Html Css Color HEX #AF0976 Jazzberry Jam

📋 copy color: '#AF0976'

red 175 ◦ green 9 ◦ blue 118

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

Shades of Jazzberry Jam #AF0976

Tints of Jazzberry Jam #AF0976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 57.95%
G = 2.98%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF0976 (or 0xAF0976) is known color: Jazzberry Jam. HEX triplet: AF, 09 and 76. RGB value is (175,9,118). Sum of RGB (Red+Green+Blue) = 175+9+118=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0976 is #50F689. Grayscale: #464646. Windows color (decimal): -5305994 or 7735727. OLE color: 7735727.

HSL color Cylindrical-coordinate representation of color #AF0976: hue angle of 320.6º 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 #AF0976 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 9 118 -
CMYK 0 0.95 0.33 0.31
HSL 320.6º 0.9% 0.36% -
HSV(B) 320.6º 0.95% 0.69% -
XYZ 21.05 10.62 18.08 -
YUV 71.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 175 9 118 0 0.95 0.33 0.31 320.6 0.9 0.36
Hex AF 9 76 0 5F 21 1F 141 5A 24
Octal 257 11 166 0 137 41 37 501 132 44
Binary 10101111 1001 1110110 0 1011111 100001 11111 101000001 1011010 100100

Color Harmonies of #AF0976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0976

Black with #AF0976

Text Example


Text Example

White with #AF0976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0976; }

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

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

background-color css

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

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

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

border-color css

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

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

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