Html Css Color HEX #AB0F55 Jazzberry Jam

📋 copy color: '#AB0F55'

red 171 ◦ green 15 ◦ blue 85

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

Shades of Jazzberry Jam #AB0F55

Tints of Jazzberry Jam #AB0F55

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 63.1%
G = 5.54%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB0F55 (or 0xAB0F55) is known color: Jazzberry Jam. HEX triplet: AB, 0F and 55. RGB value is (171,15,85). Sum of RGB (Red+Green+Blue) = 171+15+85=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0F55 is #54F0AA. Grayscale: #454545. Windows color (decimal): -5566635 or 5574571. OLE color: 5574571.

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

Color convert

RGB 171 15 85 -
CMYK 0 0.91 0.50 0.33
HSL 333.08º 0.84% 0.36% -
HSV(B) 333.08º 0.91% 0.67% -
XYZ 18.61 9.66 9.48 -
YUV 69.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 171 15 85 0 0.91 0.50 0.33 333.08 0.84 0.36
Hex AB F 55 0 5B 32 21 14D 54 24
Octal 253 17 125 0 133 62 41 515 124 44
Binary 10101011 1111 1010101 0 1011011 110010 100001 101001101 1010100 100100

Color Harmonies of #AB0F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F55

Black with #AB0F55

Text Example


Text Example

White with #AB0F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F55; }

 p { color: rgb(171,15,85); }

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

background-color css

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

 a { background-color: rgb(171,15,85); }

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

border-color css

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

 span { border-color: rgb(171,15,85); }

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