Html Css Color HEX #AB024E Jazzberry Jam

📋 copy color: '#AB024E'

red 171 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #AB024E

Tints of Jazzberry Jam #AB024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.08%

R = 68.13%
G = 0.8%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB024E (or 0xAB024E) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 4E. RGB value is (171,2,78). Sum of RGB (Red+Green+Blue) = 171+2+78=251 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.13% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 171 - color contains mainly: red. Hex color #AB024E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB024E is #54FDB1. Grayscale: #3D3D3D. Windows color (decimal): -5569970 or 5112491. OLE color: 5112491.

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

Color convert

RGB 171 2 78 -
CMYK 0 0.99 0.54 0.33
HSL 333.02º 0.98% 0.34% -
HSV(B) 333.02º 0.99% 0.67% -
XYZ 18.19 9.25 8.03 -
YUV 61.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 171 2 78 0 0.99 0.54 0.33 333.02 0.98 0.34
Hex AB 2 4E 0 63 36 21 14D 62 22
Octal 253 2 116 0 143 66 41 515 142 42
Binary 10101011 10 1001110 0 1100011 110110 100001 101001101 1100010 100010

Color Harmonies of #AB024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB024E

Black with #AB024E

Text Example


Text Example

White with #AB024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB024E; }

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

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

background-color css

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

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

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

border-color css

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

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

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