Html Css Color HEX #A01162 Jazzberry Jam

📋 copy color: '#A01162'

red 160 ◦ green 17 ◦ blue 98

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

Shades of Jazzberry Jam #A01162

Tints of Jazzberry Jam #A01162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

 BLUE value IS 98 (38.67% from 255) = 35.64%

R = 58.18%
G = 6.18%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A01162 (or 0xA01162) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 62. RGB value is (160,17,98). Sum of RGB (Red+Green+Blue) = 160+17+98=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A01162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01162 is #5FEE9D. Grayscale: #444444. Windows color (decimal): -6287006 or 6427040. OLE color: 6427040.

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

Color convert

RGB 160 17 98 -
CMYK 0 0.89 0.39 0.37
HSL 326.01º 0.81% 0.35% -
HSV(B) 326.01º 0.89% 0.63% -
XYZ 16.9 8.76 12.35 -
YUV 68.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 160 17 98 0 0.89 0.39 0.37 326.01 0.81 0.35
Hex A0 11 62 0 59 27 25 146 51 23
Octal 240 21 142 0 131 47 45 506 121 43
Binary 10100000 10001 1100010 0 1011001 100111 100101 101000110 1010001 100011

Color Harmonies of #A01162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01162

Black with #A01162

Text Example


Text Example

White with #A01162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01162; }

 p { color: rgb(160,17,98); }

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

background-color css

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

 a { background-color: rgb(160,17,98); }

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

border-color css

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

 span { border-color: rgb(160,17,98); }

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