Html Css Color HEX #AF0470 Jazzberry Jam

📋 copy color: '#AF0470'

red 175 ◦ green 4 ◦ blue 112

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

Shades of Jazzberry Jam #AF0470

Tints of Jazzberry Jam #AF0470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 60.14%
G = 1.37%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF0470 (or 0xAF0470) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 70. RGB value is (175,4,112). Sum of RGB (Red+Green+Blue) = 175+4+112=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0470 is #50FB8F. Grayscale: #434343. Windows color (decimal): -5307280 or 7341231. OLE color: 7341231.

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

Color convert

RGB 175 4 112 -
CMYK 0 0.98 0.36 0.31
HSL 322.11º 0.96% 0.35% -
HSV(B) 322.11º 0.98% 0.69% -
XYZ 20.65 10.37 16.24 -
YUV 67.44 153.15 204.72 -
System Red Green Blue C M Y K H S L
Decimal 175 4 112 0 0.98 0.36 0.31 322.11 0.96 0.35
Hex AF 4 70 0 62 24 1F 142 60 23
Octal 257 4 160 0 142 44 37 502 140 43
Binary 10101111 100 1110000 0 1100010 100100 11111 101000010 1100000 100011

Color Harmonies of #AF0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0470

Black with #AF0470

Text Example


Text Example

White with #AF0470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0470; }

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

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

background-color css

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

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

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

border-color css

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

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

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