Html Css Color HEX #A01360 Jazzberry Jam

📋 copy color: '#A01360'

red 160 ◦ green 19 ◦ blue 96

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

Shades of Jazzberry Jam #A01360

Tints of Jazzberry Jam #A01360

RGB

 RED value IS 160 (62.89% from 255) = 58.18%

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

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

R = 58.18%
G = 6.91%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A01360 (or 0xA01360) is known color: Jazzberry Jam. HEX triplet: A0, 13 and 60. RGB value is (160,19,96). Sum of RGB (Red+Green+Blue) = 160+19+96=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A01360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01360 is #5FEC9F. Grayscale: #454545. Windows color (decimal): -6286496 or 6296480. OLE color: 6296480.

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

Color convert

RGB 160 19 96 -
CMYK 0 0.88 0.4 0.37
HSL 327.23º 0.79% 0.35% -
HSV(B) 327.23º 0.88% 0.63% -
XYZ 16.84 8.78 11.87 -
YUV 69.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 160 19 96 0 0.88 0.4 0.37 327.23 0.79 0.35
Hex A0 13 60 0 58 28 25 147 4F 23
Octal 240 23 140 0 130 50 45 507 117 43
Binary 10100000 10011 1100000 0 1011000 101000 100101 101000111 1001111 100011

Color Harmonies of #A01360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01360

Black with #A01360

Text Example


Text Example

White with #A01360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01360; }

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

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

background-color css

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

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

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

border-color css

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

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

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