Html Css Color HEX #AB0C56 Jazzberry Jam

📋 copy color: '#AB0C56'

red 171 ◦ green 12 ◦ blue 86

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

Shades of Jazzberry Jam #AB0C56

Tints of Jazzberry Jam #AB0C56

RGB

 RED value IS 171 (67.19% from 255) = 63.57%

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

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

R = 63.57%
G = 4.46%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB0C56 (or 0xAB0C56) is known color: Jazzberry Jam. HEX triplet: AB, 0C and 56. RGB value is (171,12,86). Sum of RGB (Red+Green+Blue) = 171+12+86=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0C56 is #54F3A9. Grayscale: #434343. Windows color (decimal): -5567402 or 5639339. OLE color: 5639339.

HSL color Cylindrical-coordinate representation of color #AB0C56: hue angle of 332.08º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C56 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 86 -
CMYK 0 0.93 0.50 0.33
HSL 332.08º 0.87% 0.36% -
HSV(B) 332.08º 0.93% 0.67% -
XYZ 18.61 9.59 9.68 -
YUV 67.98 138.18 201.48 -
System Red Green Blue C M Y K H S L
Decimal 171 12 86 0 0.93 0.50 0.33 332.08 0.87 0.36
Hex AB C 56 0 5D 32 21 14C 57 24
Octal 253 14 126 0 135 62 41 514 127 44
Binary 10101011 1100 1010110 0 1011101 110010 100001 101001100 1010111 100100

Color Harmonies of #AB0C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C56

Black with #AB0C56

Text Example


Text Example

White with #AB0C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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