Html Css Color HEX #AB0354 Jazzberry Jam

📋 copy color: '#AB0354'

red 171 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #AB0354

Tints of Jazzberry Jam #AB0354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 66.28%
G = 1.16%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AB0354 (or 0xAB0354) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 54. RGB value is (171,3,84). Sum of RGB (Red+Green+Blue) = 171+3+84=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0354 is #54FCAB. Grayscale: #3E3E3E. Windows color (decimal): -5569708 or 5505963. OLE color: 5505963.

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

Color convert

RGB 171 3 84 -
CMYK 0 0.98 0.51 0.33
HSL 331.07º 0.97% 0.34% -
HSV(B) 331.07º 0.98% 0.67% -
XYZ 18.43 9.36 9.22 -
YUV 62.47 140.16 205.41 -
System Red Green Blue C M Y K H S L
Decimal 171 3 84 0 0.98 0.51 0.33 331.07 0.97 0.34
Hex AB 3 54 0 62 33 21 14B 61 22
Octal 253 3 124 0 142 63 41 513 141 42
Binary 10101011 11 1010100 0 1100010 110011 100001 101001011 1100001 100010

Color Harmonies of #AB0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0354

Black with #AB0354

Text Example


Text Example

White with #AB0354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0354; }

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

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

background-color css

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

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

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

border-color css

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

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

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