Html Css Color HEX #AF246C Jazzberry Jam

📋 copy color: '#AF246C'

red 175 ◦ green 36 ◦ blue 108

#AF246C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AF246C

Tints of Jazzberry Jam #AF246C

RGB

 RED value IS 175 (68.75% from 255) = 54.86%

 GREEN value IS 36 (14.45% from 255) = 11.29%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 54.86%
G = 11.29%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF246C (or 0xAF246C) is known color: Jazzberry Jam. HEX triplet: AF, 24 and 6C. RGB value is (175,36,108). Sum of RGB (Red+Green+Blue) = 175+36+108=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF246C is #50DB93. Grayscale: #555555. Windows color (decimal): -5299092 or 7087279. OLE color: 7087279.

HSL color Cylindrical-coordinate representation of color #AF246C: hue angle of 328.92º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF246C is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 36 108 -
CMYK 0 0.79 0.38 0.31
HSL 328.92º 0.66% 0.41% -
HSV(B) 328.92º 0.79% 0.69% -
XYZ 21.02 11.46 15.29 -
YUV 85.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 175 36 108 0 0.79 0.38 0.31 328.92 0.66 0.41
Hex AF 24 6C 0 4F 26 1F 149 42 29
Octal 257 44 154 0 117 46 37 511 102 51
Binary 10101111 100100 1101100 0 1001111 100110 11111 101001001 1000010 101001

Color Harmonies of #AF246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF246C

Black with #AF246C

Text Example


Text Example

White with #AF246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF246C; }

 p { color: rgb(175,36,108); }

 H1.HeaderClassName
 {
   color: #AF246C;
 }
 .AnyTagClassName
 {
   color: #AF246C;
 }
</style>

background-color css

<style>
 a { background-color: #AF246C; }

 a { background-color: rgb(175,36,108); }

 div.DivClassName
 {
   background-color: #AF246C;
 }
 .BgClassName
 {
   background-color: #AF246C;
 }
</style>

border-color css

<style>
 span { border-color: #AF246C; }

 span { border-color: rgb(175,36,108); }

 td.TdClassName
 {
   border-color: #AF246C;
 }
 .TagClassName
 {
   border-color: #AF246C;
 }
</style>