Html Css Color HEX #AB1360 Jazzberry Jam

📋 copy color: '#AB1360'

red 171 ◦ green 19 ◦ blue 96

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

Shades of Jazzberry Jam #AB1360

Tints of Jazzberry Jam #AB1360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

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

R = 59.79%
G = 6.64%
B = 33.57%

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

#AB1360 (or 0xAB1360) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 60. RGB value is (171,19,96). Sum of RGB (Red+Green+Blue) = 171+19+96=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB1360 is #54EC9F. Grayscale: #494949. Windows color (decimal): -5565600 or 6296491. OLE color: 6296491.

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

Color convert

RGB 171 19 96 -
CMYK 0 0.89 0.44 0.33
HSL 329.61º 0.8% 0.37% -
HSV(B) 329.61º 0.89% 0.67% -
XYZ 19.14 9.97 11.98 -
YUV 73.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 171 19 96 0 0.89 0.44 0.33 329.61 0.8 0.37
Hex AB 13 60 0 59 2C 21 14A 50 25
Octal 253 23 140 0 131 54 41 512 120 45
Binary 10101011 10011 1100000 0 1011001 101100 100001 101001010 1010000 100101

Color Harmonies of #AB1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1360

Black with #AB1360

Text Example


Text Example

White with #AB1360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1360; }

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

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

background-color css

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

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

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

border-color css

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

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

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