Html Css Color HEX #AB1460 Jazzberry Jam

📋 copy color: '#AB1460'

red 171 ◦ green 20 ◦ blue 96

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

Shades of Jazzberry Jam #AB1460

Tints of Jazzberry Jam #AB1460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.97%

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

R = 59.58%
G = 6.97%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB1460 (or 0xAB1460) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 60. RGB value is (171,20,96). Sum of RGB (Red+Green+Blue) = 171+20+96=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1460 is #54EB9F. Grayscale: #494949. Windows color (decimal): -5565344 or 6296747. OLE color: 6296747.

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

Color convert

RGB 171 20 96 -
CMYK 0 0.88 0.44 0.33
HSL 329.8º 0.79% 0.37% -
HSV(B) 329.8º 0.88% 0.67% -
XYZ 19.16 10 11.99 -
YUV 73.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 171 20 96 0 0.88 0.44 0.33 329.8 0.79 0.37
Hex AB 14 60 0 58 2C 21 14A 4F 25
Octal 253 24 140 0 130 54 41 512 117 45
Binary 10101011 10100 1100000 0 1011000 101100 100001 101001010 1001111 100101

Color Harmonies of #AB1460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1460

Black with #AB1460

Text Example


Text Example

White with #AB1460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1460; }

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

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

background-color css

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

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

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

border-color css

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

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

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