Html Css Color HEX #AB044D Jazzberry Jam

📋 copy color: '#AB044D'

red 171 ◦ green 4 ◦ blue 77

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

Shades of Jazzberry Jam #AB044D

Tints of Jazzberry Jam #AB044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 77 (30.47% from 255) = 30.56%

R = 67.86%
G = 1.59%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB044D (or 0xAB044D) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 4D. RGB value is (171,4,77). Sum of RGB (Red+Green+Blue) = 171+4+77=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB044D is #54FBB2. Grayscale: #3E3E3E. Windows color (decimal): -5569459 or 5047467. OLE color: 5047467.

HSL color Cylindrical-coordinate representation of color #AB044D: hue angle of 333.77º degrees, saturation: 0.95, 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 #AB044D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 4 77 -
CMYK 0 0.98 0.55 0.33
HSL 333.77º 0.95% 0.34% -
HSV(B) 333.77º 0.98% 0.67% -
XYZ 18.18 9.28 7.85 -
YUV 62.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 171 4 77 0 0.98 0.55 0.33 333.77 0.95 0.34
Hex AB 4 4D 0 62 37 21 14E 5F 22
Octal 253 4 115 0 142 67 41 516 137 42
Binary 10101011 100 1001101 0 1100010 110111 100001 101001110 1011111 100010

Color Harmonies of #AB044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB044D

Black with #AB044D

Text Example


Text Example

White with #AB044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB044D; }

 p { color: rgb(171,4,77); }

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

background-color css

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

 a { background-color: rgb(171,4,77); }

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

border-color css

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

 span { border-color: rgb(171,4,77); }

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