Html Css Color HEX #AF0570 Jazzberry Jam

📋 copy color: '#AF0570'

red 175 ◦ green 5 ◦ blue 112

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

Shades of Jazzberry Jam #AF0570

Tints of Jazzberry Jam #AF0570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

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

R = 59.93%
G = 1.71%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF0570 (or 0xAF0570) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 70. RGB value is (175,5,112). Sum of RGB (Red+Green+Blue) = 175+5+112=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0570 is #50FA8F. Grayscale: #434343. Windows color (decimal): -5307024 or 7341487. OLE color: 7341487.

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

Color convert

RGB 175 5 112 -
CMYK 0 0.97 0.36 0.31
HSL 322.24º 0.94% 0.35% -
HSV(B) 322.24º 0.97% 0.69% -
XYZ 20.66 10.39 16.25 -
YUV 68.03 152.82 204.3 -
System Red Green Blue C M Y K H S L
Decimal 175 5 112 0 0.97 0.36 0.31 322.24 0.94 0.35
Hex AF 5 70 0 61 24 1F 142 5E 23
Octal 257 5 160 0 141 44 37 502 136 43
Binary 10101111 101 1110000 0 1100001 100100 11111 101000010 1011110 100011

Color Harmonies of #AF0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0570

Black with #AF0570

Text Example


Text Example

White with #AF0570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0570; }

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

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

background-color css

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

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

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

border-color css

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

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

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