Html Css Color HEX #AB1260 Jazzberry Jam

📋 copy color: '#AB1260'

red 171 ◦ green 18 ◦ blue 96

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

Shades of Jazzberry Jam #AB1260

Tints of Jazzberry Jam #AB1260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 60%
G = 6.32%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB1260 (or 0xAB1260) is known color: Jazzberry Jam. HEX triplet: AB, 12 and 60. RGB value is (171,18,96). Sum of RGB (Red+Green+Blue) = 171+18+96=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1260 is #54ED9F. Grayscale: #484848. Windows color (decimal): -5565856 or 6296235. OLE color: 6296235.

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

Color convert

RGB 171 18 96 -
CMYK 0 0.89 0.44 0.33
HSL 329.41º 0.81% 0.37% -
HSV(B) 329.41º 0.89% 0.67% -
XYZ 19.12 9.94 11.98 -
YUV 72.64 141.19 198.16 -
System Red Green Blue C M Y K H S L
Decimal 171 18 96 0 0.89 0.44 0.33 329.41 0.81 0.37
Hex AB 12 60 0 59 2C 21 149 51 25
Octal 253 22 140 0 131 54 41 511 121 45
Binary 10101011 10010 1100000 0 1011001 101100 100001 101001001 1010001 100101

Color Harmonies of #AB1260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1260

Black with #AB1260

Text Example


Text Example

White with #AB1260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1260; }

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

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

background-color css

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

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

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

border-color css

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

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

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