Html Css Color HEX #AB0055 Jazzberry Jam

📋 copy color: '#AB0055'

red 171 ◦ green 0 ◦ blue 85

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

Shades of Jazzberry Jam #AB0055

Tints of Jazzberry Jam #AB0055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.8%
G = 0%
B = 33.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB0055 (or 0xAB0055) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 55. RGB value is (171,0,85). Sum of RGB (Red+Green+Blue) = 171+0+85=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0055 is #54FFAA. Grayscale: #3C3C3C. Windows color (decimal): -5570475 or 5570731. OLE color: 5570731.

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

Color convert

RGB 171 0 85 -
CMYK 0 1 0.50 0.33
HSL 330.18º 1% 0.34% -
HSV(B) 330.18º 1% 0.67% -
XYZ 18.43 9.31 9.42 -
YUV 60.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 171 0 85 0 1 0.50 0.33 330.18 1 0.34
Hex AB 0 55 0 64 32 21 14A 64 22
Octal 253 0 125 0 144 62 41 512 144 42
Binary 10101011 0 1010101 0 1100100 110010 100001 101001010 1100100 100010

Color Harmonies of #AB0055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0055

Black with #AB0055

Text Example


Text Example

White with #AB0055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0055; }

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

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

background-color css

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

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

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

border-color css

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

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

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