Html Css Color HEX #AF0966 Jazzberry Jam

📋 copy color: '#AF0966'

red 175 ◦ green 9 ◦ blue 102

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

Shades of Jazzberry Jam #AF0966

Tints of Jazzberry Jam #AF0966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.15%

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

R = 61.19%
G = 3.15%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF0966 (or 0xAF0966) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 66. RGB value is (175,9,102). Sum of RGB (Red+Green+Blue) = 175+9+102=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0966 is #50F699. Grayscale: #454545. Windows color (decimal): -5306010 or 6687151. OLE color: 6687151.

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

Color convert

RGB 175 9 102 -
CMYK 0 0.95 0.42 0.31
HSL 326.39º 0.9% 0.36% -
HSV(B) 326.39º 0.95% 0.69% -
XYZ 20.18 10.27 13.49 -
YUV 69.24 146.5 203.44 -
System Red Green Blue C M Y K H S L
Decimal 175 9 102 0 0.95 0.42 0.31 326.39 0.9 0.36
Hex AF 9 66 0 5F 2A 1F 146 5A 24
Octal 257 11 146 0 137 52 37 506 132 44
Binary 10101111 1001 1100110 0 1011111 101010 11111 101000110 1011010 100100

Color Harmonies of #AF0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0966

Black with #AF0966

Text Example


Text Example

White with #AF0966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0966; }

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

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

background-color css

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

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

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

border-color css

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

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

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