Html Css Color HEX #AF0C71 Jazzberry Jam

📋 copy color: '#AF0C71'

red 175 ◦ green 12 ◦ blue 113

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

Shades of Jazzberry Jam #AF0C71

Tints of Jazzberry Jam #AF0C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 58.33%
G = 4%
B = 37.67%

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

#AF0C71 (or 0xAF0C71) is known color: Jazzberry Jam. HEX triplet: AF, 0C and 71. RGB value is (175,12,113). Sum of RGB (Red+Green+Blue) = 175+12+113=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C71 is #50F38E. Grayscale: #484848. Windows color (decimal): -5305231 or 7408815. OLE color: 7408815.

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

Color convert

RGB 175 12 113 -
CMYK 0 0.93 0.35 0.31
HSL 322.82º 0.87% 0.37% -
HSV(B) 322.82º 0.93% 0.69% -
XYZ 20.79 10.57 16.57 -
YUV 72.25 151 201.29 -
System Red Green Blue C M Y K H S L
Decimal 175 12 113 0 0.93 0.35 0.31 322.82 0.87 0.37
Hex AF C 71 0 5D 23 1F 143 57 25
Octal 257 14 161 0 135 43 37 503 127 45
Binary 10101111 1100 1110001 0 1011101 100011 11111 101000011 1010111 100101

Color Harmonies of #AF0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C71

Black with #AF0C71

Text Example


Text Example

White with #AF0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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