Html Css Color HEX #AF0566 Jazzberry Jam

📋 copy color: '#AF0566'

red 175 ◦ green 5 ◦ blue 102

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

Shades of Jazzberry Jam #AF0566

Tints of Jazzberry Jam #AF0566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 62.06%
G = 1.77%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF0566 (or 0xAF0566) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 66. RGB value is (175,5,102). Sum of RGB (Red+Green+Blue) = 175+5+102=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0566 is #50FA99. Grayscale: #424242. Windows color (decimal): -5307034 or 6686127. OLE color: 6686127.

HSL color Cylindrical-coordinate representation of color #AF0566: hue angle of 325.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0566 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 102 -
CMYK 0 0.97 0.42 0.31
HSL 325.76º 0.94% 0.35% -
HSV(B) 325.76º 0.97% 0.69% -
XYZ 20.13 10.18 13.47 -
YUV 66.89 147.82 205.11 -
System Red Green Blue C M Y K H S L
Decimal 175 5 102 0 0.97 0.42 0.31 325.76 0.94 0.35
Hex AF 5 66 0 61 2A 1F 146 5E 23
Octal 257 5 146 0 141 52 37 506 136 43
Binary 10101111 101 1100110 0 1100001 101010 11111 101000110 1011110 100011

Color Harmonies of #AF0566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0566

Black with #AF0566

Text Example


Text Example

White with #AF0566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0566; }

 p { color: rgb(175,5,102); }

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

background-color css

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

 a { background-color: rgb(175,5,102); }

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

border-color css

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

 span { border-color: rgb(175,5,102); }

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