Html Css Color HEX #AB024F Jazzberry Jam

📋 copy color: '#AB024F'

red 171 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #AB024F

Tints of Jazzberry Jam #AB024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 67.86%
G = 0.79%
B = 31.35%

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

#AB024F (or 0xAB024F) is known color: Jazzberry Jam. HEX triplet: AB, 02 and 4F. RGB value is (171,2,79). Sum of RGB (Red+Green+Blue) = 171+2+79=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB024F is #54FDB0. Grayscale: #3D3D3D. Windows color (decimal): -5569969 or 5178027. OLE color: 5178027.

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

Color convert

RGB 171 2 79 -
CMYK 0 0.99 0.54 0.33
HSL 332.66º 0.98% 0.34% -
HSV(B) 332.66º 0.99% 0.67% -
XYZ 18.23 9.27 8.22 -
YUV 61.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 171 2 79 0 0.99 0.54 0.33 332.66 0.98 0.34
Hex AB 2 4F 0 63 36 21 14D 62 22
Octal 253 2 117 0 143 66 41 515 142 42
Binary 10101011 10 1001111 0 1100011 110110 100001 101001101 1100010 100010

Color Harmonies of #AB024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB024F

Black with #AB024F

Text Example


Text Example

White with #AB024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB024F; }

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

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

background-color css

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

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

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

border-color css

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

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

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