Html Css Color HEX #AB0555 Jazzberry Jam

📋 copy color: '#AB0555'

red 171 ◦ green 5 ◦ blue 85

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

Shades of Jazzberry Jam #AB0555

Tints of Jazzberry Jam #AB0555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 65.52%
G = 1.92%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB0555 (or 0xAB0555) is known color: Jazzberry Jam. HEX triplet: AB, 05 and 55. RGB value is (171,5,85). Sum of RGB (Red+Green+Blue) = 171+5+85=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0555 is #54FAAA. Grayscale: #3F3F3F. Windows color (decimal): -5569195 or 5572011. OLE color: 5572011.

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

Color convert

RGB 171 5 85 -
CMYK 0 0.97 0.50 0.33
HSL 331.08º 0.94% 0.35% -
HSV(B) 331.08º 0.97% 0.67% -
XYZ 18.49 9.42 9.44 -
YUV 63.75 140 204.5 -
System Red Green Blue C M Y K H S L
Decimal 171 5 85 0 0.97 0.50 0.33 331.08 0.94 0.35
Hex AB 5 55 0 61 32 21 14B 5E 23
Octal 253 5 125 0 141 62 41 513 136 43
Binary 10101011 101 1010101 0 1100001 110010 100001 101001011 1011110 100011

Color Harmonies of #AB0555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0555

Black with #AB0555

Text Example


Text Example

White with #AB0555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0555; }

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

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

background-color css

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

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

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

border-color css

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

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

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