Html Css Color HEX #AB1259 Jazzberry Jam

📋 copy color: '#AB1259'

red 171 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #AB1259

Tints of Jazzberry Jam #AB1259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.01%

R = 61.51%
G = 6.47%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AB1259 (or 0xAB1259) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 59. RGB value is (171,18,89). Sum of RGB (Red+Green+Blue) = 171+18+89=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1259 is #54EDA6. Grayscale: #474747. Windows color (decimal): -5565863 or 5837483. OLE color: 5837483.

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

Color convert

RGB 171 18 89 -
CMYK 0 0.89 0.48 0.33
HSL 332.16º 0.81% 0.37% -
HSV(B) 332.16º 0.89% 0.67% -
XYZ 18.81 9.81 10.35 -
YUV 71.84 137.69 198.73 -
System Red Green Blue C M Y K H S L
Decimal 171 18 89 0 0.89 0.48 0.33 332.16 0.81 0.37
Hex AB 12 59 0 59 30 21 14C 51 25
Octal 253 22 131 0 131 60 41 514 121 45
Binary 10101011 10010 1011001 0 1011001 110000 100001 101001100 1010001 100101

Color Harmonies of #AB1259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1259

Black with #AB1259

Text Example


Text Example

White with #AB1259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1259; }

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

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

background-color css

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

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

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

border-color css

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

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

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