Html Css Color HEX #AB0054 Jazzberry Jam

📋 copy color: '#AB0054'

red 171 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #AB0054

Tints of Jazzberry Jam #AB0054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.94%

R = 67.06%
G = 0%
B = 32.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB0054 (or 0xAB0054) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 54. RGB value is (171,0,84). Sum of RGB (Red+Green+Blue) = 171+0+84=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0054 is #54FFAB. Grayscale: #3C3C3C. Windows color (decimal): -5570476 or 5505195. OLE color: 5505195.

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

Color convert

RGB 171 0 84 -
CMYK 0 1 0.51 0.33
HSL 330.53º 1% 0.34% -
HSV(B) 330.53º 1% 0.67% -
XYZ 18.39 9.3 9.21 -
YUV 60.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 171 0 84 0 1 0.51 0.33 330.53 1 0.34
Hex AB 0 54 0 64 33 21 14B 64 22
Octal 253 0 124 0 144 63 41 513 144 42
Binary 10101011 0 1010100 0 1100100 110011 100001 101001011 1100100 100010

Color Harmonies of #AB0054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0054

Black with #AB0054

Text Example


Text Example

White with #AB0054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0054; }

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

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

background-color css

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

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

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

border-color css

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

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

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