Html Css Color HEX #AF0666 Jazzberry Jam

📋 copy color: '#AF0666'

red 175 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #AF0666

Tints of Jazzberry Jam #AF0666

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.12%

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

R = 61.84%
G = 2.12%
B = 36.04%

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

#AF0666 (or 0xAF0666) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 66. RGB value is (175,6,102). Sum of RGB (Red+Green+Blue) = 175+6+102=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0666 is #50F999. Grayscale: #434343. Windows color (decimal): -5306778 or 6686383. OLE color: 6686383.

HSL color Cylindrical-coordinate representation of color #AF0666: hue angle of 325.92º degrees, saturation: 0.93, 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 #AF0666 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 6 102 -
CMYK 0 0.97 0.42 0.31
HSL 325.92º 0.93% 0.35% -
HSV(B) 325.92º 0.97% 0.69% -
XYZ 20.14 10.2 13.48 -
YUV 67.48 147.49 204.69 -
System Red Green Blue C M Y K H S L
Decimal 175 6 102 0 0.97 0.42 0.31 325.92 0.93 0.35
Hex AF 6 66 0 61 2A 1F 146 5D 23
Octal 257 6 146 0 141 52 37 506 135 43
Binary 10101111 110 1100110 0 1100001 101010 11111 101000110 1011101 100011

Color Harmonies of #AF0666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0666

Black with #AF0666

Text Example


Text Example

White with #AF0666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0666; }

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

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

background-color css

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

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

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

border-color css

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

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

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