Html Css Color HEX #A01167 Jazzberry Jam

📋 copy color: '#A01167'

red 160 ◦ green 17 ◦ blue 103

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

Shades of Jazzberry Jam #A01167

Tints of Jazzberry Jam #A01167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 57.14%
G = 6.07%
B = 36.79%

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

#A01167 (or 0xA01167) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 67. RGB value is (160,17,103). Sum of RGB (Red+Green+Blue) = 160+17+103=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A01167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01167 is #5FEE98. Grayscale: #454545. Windows color (decimal): -6287001 or 6754720. OLE color: 6754720.

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

Color convert

RGB 160 17 103 -
CMYK 0 0.89 0.36 0.37
HSL 323.92º 0.81% 0.35% -
HSV(B) 323.92º 0.89% 0.63% -
XYZ 17.15 8.85 13.64 -
YUV 69.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 160 17 103 0 0.89 0.36 0.37 323.92 0.81 0.35
Hex A0 11 67 0 59 24 25 144 51 23
Octal 240 21 147 0 131 44 45 504 121 43
Binary 10100000 10001 1100111 0 1011001 100100 100101 101000100 1010001 100011

Color Harmonies of #A01167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01167

Black with #A01167

Text Example


Text Example

White with #A01167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01167; }

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

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

background-color css

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

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

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

border-color css

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

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

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