Html Css Color HEX #AF0C56 Jazzberry Jam

📋 copy color: '#AF0C56'

red 175 ◦ green 12 ◦ blue 86

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

Shades of Jazzberry Jam #AF0C56

Tints of Jazzberry Jam #AF0C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.5%

R = 64.1%
G = 4.4%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF0C56 (or 0xAF0C56) is known color: Jazzberry Jam. HEX triplet: AF, 0C and 56. RGB value is (175,12,86). Sum of RGB (Red+Green+Blue) = 175+12+86=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C56 is #50F3A9. Grayscale: #454545. Windows color (decimal): -5305258 or 5639343. OLE color: 5639343.

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

Color convert

RGB 175 12 86 -
CMYK 0 0.93 0.51 0.31
HSL 332.76º 0.87% 0.37% -
HSV(B) 332.76º 0.93% 0.69% -
XYZ 19.49 10.05 9.72 -
YUV 69.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 175 12 86 0 0.93 0.51 0.31 332.76 0.87 0.37
Hex AF C 56 0 5D 33 1F 14D 57 25
Octal 257 14 126 0 135 63 37 515 127 45
Binary 10101111 1100 1010110 0 1011101 110011 11111 101001101 1010111 100101

Color Harmonies of #AF0C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C56

Black with #AF0C56

Text Example


Text Example

White with #AF0C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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