Html Css Color HEX #AB124E Jazzberry Jam

📋 copy color: '#AB124E'

red 171 ◦ green 18 ◦ blue 78

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

Shades of Jazzberry Jam #AB124E

Tints of Jazzberry Jam #AB124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 64.04%
G = 6.74%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB124E (or 0xAB124E) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 4E. RGB value is (171,18,78). Sum of RGB (Red+Green+Blue) = 171+18+78=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB124E is #54EDB1. Grayscale: #464646. Windows color (decimal): -5565874 or 5116587. OLE color: 5116587.

HSL color Cylindrical-coordinate representation of color #AB124E: hue angle of 336.47º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB124E is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 18 78 -
CMYK 0 0.89 0.54 0.33
HSL 336.47º 0.81% 0.37% -
HSV(B) 336.47º 0.89% 0.67% -
XYZ 18.39 9.64 8.1 -
YUV 70.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 171 18 78 0 0.89 0.54 0.33 336.47 0.81 0.37
Hex AB 12 4E 0 59 36 21 150 51 25
Octal 253 22 116 0 131 66 41 520 121 45
Binary 10101011 10010 1001110 0 1011001 110110 100001 101010000 1010001 100101

Color Harmonies of #AB124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB124E

Black with #AB124E

Text Example


Text Example

White with #AB124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB124E; }

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

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

background-color css

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

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

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

border-color css

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

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

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