Html Css Color HEX #A0115A Jazzberry Jam

📋 copy color: '#A0115A'

red 160 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #A0115A

Tints of Jazzberry Jam #A0115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.71%

R = 59.93%
G = 6.37%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0115A (or 0xA0115A) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 5A. RGB value is (160,17,90). Sum of RGB (Red+Green+Blue) = 160+17+90=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A0115A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0115A is #5FEEA5. Grayscale: #434343. Windows color (decimal): -6287014 or 5902752. OLE color: 5902752.

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

Color convert

RGB 160 17 90 -
CMYK 0 0.89 0.44 0.37
HSL 329.37º 0.81% 0.35% -
HSV(B) 329.37º 0.89% 0.63% -
XYZ 16.54 8.61 10.46 -
YUV 68.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 160 17 90 0 0.89 0.44 0.37 329.37 0.81 0.35
Hex A0 11 5A 0 59 2C 25 149 51 23
Octal 240 21 132 0 131 54 45 511 121 43
Binary 10100000 10001 1011010 0 1011001 101100 100101 101001001 1010001 100011

Color Harmonies of #A0115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0115A

Black with #A0115A

Text Example


Text Example

White with #A0115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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