Html Css Color HEX #AB014E Jazzberry Jam

📋 copy color: '#AB014E'

red 171 ◦ green 1 ◦ blue 78

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

Shades of Jazzberry Jam #AB014E

Tints of Jazzberry Jam #AB014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 68.4%
G = 0.4%
B = 31.2%

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

#AB014E (or 0xAB014E) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 4E. RGB value is (171,1,78). Sum of RGB (Red+Green+Blue) = 171+1+78=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB014E is #54FEB1. Grayscale: #3C3C3C. Windows color (decimal): -5570226 or 5112235. OLE color: 5112235.

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

Color convert

RGB 171 1 78 -
CMYK 0 0.99 0.54 0.33
HSL 332.82º 0.99% 0.34% -
HSV(B) 332.82º 0.99% 0.67% -
XYZ 18.18 9.23 8.03 -
YUV 60.61 137.82 206.74 -
System Red Green Blue C M Y K H S L
Decimal 171 1 78 0 0.99 0.54 0.33 332.82 0.99 0.34
Hex AB 1 4E 0 63 36 21 14D 63 22
Octal 253 1 116 0 143 66 41 515 143 42
Binary 10101011 1 1001110 0 1100011 110110 100001 101001101 1100011 100010

Color Harmonies of #AB014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB014E

Black with #AB014E

Text Example


Text Example

White with #AB014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB014E; }

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

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

background-color css

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

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

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

border-color css

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

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

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