Html Css Color HEX #A01166 Jazzberry Jam

📋 copy color: '#A01166'

red 160 ◦ green 17 ◦ blue 102

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

Shades of Jazzberry Jam #A01166

Tints of Jazzberry Jam #A01166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 57.35%
G = 6.09%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A01166 (or 0xA01166) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 66. RGB value is (160,17,102). Sum of RGB (Red+Green+Blue) = 160+17+102=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A01166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01166 is #5FEE99. Grayscale: #454545. Windows color (decimal): -6287002 or 6689184. OLE color: 6689184.

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

Color convert

RGB 160 17 102 -
CMYK 0 0.89 0.36 0.37
HSL 324.34º 0.81% 0.35% -
HSV(B) 324.34º 0.89% 0.63% -
XYZ 17.1 8.83 13.37 -
YUV 69.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 160 17 102 0 0.89 0.36 0.37 324.34 0.81 0.35
Hex A0 11 66 0 59 24 25 144 51 23
Octal 240 21 146 0 131 44 45 504 121 43
Binary 10100000 10001 1100110 0 1011001 100100 100101 101000100 1010001 100011

Color Harmonies of #A01166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01166

Black with #A01166

Text Example


Text Example

White with #A01166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01166; }

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

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

background-color css

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

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

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

border-color css

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

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

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