Html Css Color HEX #AF0C72 Jazzberry Jam

📋 copy color: '#AF0C72'

red 175 ◦ green 12 ◦ blue 114

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

Shades of Jazzberry Jam #AF0C72

Tints of Jazzberry Jam #AF0C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.99%

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

R = 58.14%
G = 3.99%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF0C72 (or 0xAF0C72) is known color: Jazzberry Jam. HEX triplet: AF, 0C and 72. RGB value is (175,12,114). Sum of RGB (Red+Green+Blue) = 175+12+114=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C72 is #50F38D. Grayscale: #484848. Windows color (decimal): -5305230 or 7474351. OLE color: 7474351.

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

Color convert

RGB 175 12 114 -
CMYK 0 0.93 0.35 0.31
HSL 322.45º 0.87% 0.37% -
HSV(B) 322.45º 0.93% 0.69% -
XYZ 20.85 10.59 16.87 -
YUV 72.37 151.5 201.21 -
System Red Green Blue C M Y K H S L
Decimal 175 12 114 0 0.93 0.35 0.31 322.45 0.87 0.37
Hex AF C 72 0 5D 23 1F 142 57 25
Octal 257 14 162 0 135 43 37 502 127 45
Binary 10101111 1100 1110010 0 1011101 100011 11111 101000010 1010111 100101

Color Harmonies of #AF0C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C72

Black with #AF0C72

Text Example


Text Example

White with #AF0C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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