Html Css Color HEX #AB1246 Jazzberry Jam

📋 copy color: '#AB1246'

red 171 ◦ green 18 ◦ blue 70

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

Shades of Jazzberry Jam #AB1246

Tints of Jazzberry Jam #AB1246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 66.02%
G = 6.95%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB1246 (or 0xAB1246) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 46. RGB value is (171,18,70). Sum of RGB (Red+Green+Blue) = 171+18+70=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB1246 is #54EDB9. Grayscale: #454545. Windows color (decimal): -5565882 or 4592299. OLE color: 4592299.

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

Color convert

RGB 171 18 70 -
CMYK 0 0.89 0.59 0.33
HSL 339.61º 0.81% 0.37% -
HSV(B) 339.61º 0.89% 0.67% -
XYZ 18.12 9.53 6.68 -
YUV 69.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 171 18 70 0 0.89 0.59 0.33 339.61 0.81 0.37
Hex AB 12 46 0 59 3B 21 154 51 25
Octal 253 22 106 0 131 73 41 524 121 45
Binary 10101011 10010 1000110 0 1011001 111011 100001 101010100 1010001 100101

Color Harmonies of #AB1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1246

Black with #AB1246

Text Example


Text Example

White with #AB1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1246; }

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

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

background-color css

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

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

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

border-color css

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

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

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