Html Css Color HEX #AF0870 Jazzberry Jam

📋 copy color: '#AF0870'

red 175 ◦ green 8 ◦ blue 112

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

Shades of Jazzberry Jam #AF0870

Tints of Jazzberry Jam #AF0870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 59.32%
G = 2.71%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF0870 (or 0xAF0870) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 70. RGB value is (175,8,112). Sum of RGB (Red+Green+Blue) = 175+8+112=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0870 is #50F78F. Grayscale: #454545. Windows color (decimal): -5306256 or 7342255. OLE color: 7342255.

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

Color convert

RGB 175 8 112 -
CMYK 0 0.95 0.36 0.31
HSL 322.63º 0.91% 0.36% -
HSV(B) 322.63º 0.95% 0.69% -
XYZ 20.69 10.46 16.26 -
YUV 69.79 151.83 203.04 -
System Red Green Blue C M Y K H S L
Decimal 175 8 112 0 0.95 0.36 0.31 322.63 0.91 0.36
Hex AF 8 70 0 5F 24 1F 143 5B 24
Octal 257 10 160 0 137 44 37 503 133 44
Binary 10101111 1000 1110000 0 1011111 100100 11111 101000011 1011011 100100

Color Harmonies of #AF0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0870

Black with #AF0870

Text Example


Text Example

White with #AF0870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0870; }

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

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

background-color css

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

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

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

border-color css

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

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

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