Html Css Color HEX #AF0871 Jazzberry Jam

📋 copy color: '#AF0871'

red 175 ◦ green 8 ◦ blue 113

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

Shades of Jazzberry Jam #AF0871

Tints of Jazzberry Jam #AF0871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.7%

 BLUE value IS 113 (44.53% from 255) = 38.18%

R = 59.12%
G = 2.7%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF0871 (or 0xAF0871) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 71. RGB value is (175,8,113). Sum of RGB (Red+Green+Blue) = 175+8+113=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0871 is #50F78E. Grayscale: #454545. Windows color (decimal): -5306255 or 7407791. OLE color: 7407791.

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

Color convert

RGB 175 8 113 -
CMYK 0 0.95 0.35 0.31
HSL 322.28º 0.91% 0.36% -
HSV(B) 322.28º 0.95% 0.69% -
XYZ 20.75 10.48 16.55 -
YUV 69.9 152.33 202.96 -
System Red Green Blue C M Y K H S L
Decimal 175 8 113 0 0.95 0.35 0.31 322.28 0.91 0.36
Hex AF 8 71 0 5F 23 1F 142 5B 24
Octal 257 10 161 0 137 43 37 502 133 44
Binary 10101111 1000 1110001 0 1011111 100011 11111 101000010 1011011 100100

Color Harmonies of #AF0871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0871

Black with #AF0871

Text Example


Text Example

White with #AF0871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0871; }

 p { color: rgb(175,8,113); }

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

background-color css

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

 a { background-color: rgb(175,8,113); }

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

border-color css

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

 span { border-color: rgb(175,8,113); }

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