Html Css Color HEX #AF0A72 Jazzberry Jam

📋 copy color: '#AF0A72'

red 175 ◦ green 10 ◦ blue 114

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

Shades of Jazzberry Jam #AF0A72

Tints of Jazzberry Jam #AF0A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.34%

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 58.53%
G = 3.34%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF0A72 (or 0xAF0A72) is known color: Jazzberry Jam. HEX triplet: AF, 0A and 72. RGB value is (175,10,114). Sum of RGB (Red+Green+Blue) = 175+10+114=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0A72 is #50F58D. Grayscale: #464646. Windows color (decimal): -5305742 or 7473839. OLE color: 7473839.

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

Color convert

RGB 175 10 114 -
CMYK 0 0.94 0.35 0.31
HSL 322.18º 0.89% 0.36% -
HSV(B) 322.18º 0.94% 0.69% -
XYZ 20.83 10.55 16.86 -
YUV 71.19 152.16 202.04 -
System Red Green Blue C M Y K H S L
Decimal 175 10 114 0 0.94 0.35 0.31 322.18 0.89 0.36
Hex AF A 72 0 5E 23 1F 142 59 24
Octal 257 12 162 0 136 43 37 502 131 44
Binary 10101111 1010 1110010 0 1011110 100011 11111 101000010 1011001 100100

Color Harmonies of #AF0A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0A72

Black with #AF0A72

Text Example


Text Example

White with #AF0A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0A72; }

 p { color: rgb(175,10,114); }

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

background-color css

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

 a { background-color: rgb(175,10,114); }

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

border-color css

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

 span { border-color: rgb(175,10,114); }

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