Html Css Color HEX #AB0B54 Jazzberry Jam

📋 copy color: '#AB0B54'

red 171 ◦ green 11 ◦ blue 84

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

Shades of Jazzberry Jam #AB0B54

Tints of Jazzberry Jam #AB0B54

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

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

R = 64.29%
G = 4.14%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB0B54 (or 0xAB0B54) is known color: Jazzberry Jam. HEX triplet: AB, 0B and 54. RGB value is (171,11,84). Sum of RGB (Red+Green+Blue) = 171+11+84=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0B54 is #54F4AB. Grayscale: #434343. Windows color (decimal): -5567660 or 5508011. OLE color: 5508011.

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

Color convert

RGB 171 11 84 -
CMYK 0 0.94 0.51 0.33
HSL 332.63º 0.88% 0.36% -
HSV(B) 332.63º 0.94% 0.67% -
XYZ 18.51 9.54 9.25 -
YUV 67.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 171 11 84 0 0.94 0.51 0.33 332.63 0.88 0.36
Hex AB B 54 0 5E 33 21 14D 58 24
Octal 253 13 124 0 136 63 41 515 130 44
Binary 10101011 1011 1010100 0 1011110 110011 100001 101001101 1011000 100100

Color Harmonies of #AB0B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B54

Black with #AB0B54

Text Example


Text Example

White with #AB0B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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