Html Css Color HEX #AB024C Jazzberry Jam

📋 copy color: '#AB024C'

red 171 ◦ green 2 ◦ blue 76

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

Shades of Jazzberry Jam #AB024C

Tints of Jazzberry Jam #AB024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 76 (30.08% from 255) = 30.52%

R = 68.67%
G = 0.8%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB024C (or 0xAB024C) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 4C. RGB value is (171,2,76). Sum of RGB (Red+Green+Blue) = 171+2+76=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB024C is #54FDB3. Grayscale: #3C3C3C. Windows color (decimal): -5569972 or 4981419. OLE color: 4981419.

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

Color convert

RGB 171 2 76 -
CMYK 0 0.99 0.56 0.33
HSL 333.73º 0.98% 0.34% -
HSV(B) 333.73º 0.99% 0.67% -
XYZ 18.12 9.22 7.66 -
YUV 60.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 171 2 76 0 0.99 0.56 0.33 333.73 0.98 0.34
Hex AB 2 4C 0 63 38 21 14E 62 22
Octal 253 2 114 0 143 70 41 516 142 42
Binary 10101011 10 1001100 0 1100011 111000 100001 101001110 1100010 100010

Color Harmonies of #AB024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB024C

Black with #AB024C

Text Example


Text Example

White with #AB024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB024C; }

 p { color: rgb(171,2,76); }

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

background-color css

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

 a { background-color: rgb(171,2,76); }

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

border-color css

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

 span { border-color: rgb(171,2,76); }

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