Html Css Color HEX #A0115E Jazzberry Jam

📋 copy color: '#A0115E'

red 160 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #A0115E

Tints of Jazzberry Jam #A0115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 59.04%
G = 6.27%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0115E (or 0xA0115E) is known color: Jazzberry Jam. HEX triplet: A0, 11 and 5E. RGB value is (160,17,94). Sum of RGB (Red+Green+Blue) = 160+17+94=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0115E is #5FEEA1. Grayscale: #444444. Windows color (decimal): -6287010 or 6164896. OLE color: 6164896.

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

Color convert

RGB 160 17 94 -
CMYK 0 0.89 0.41 0.37
HSL 327.69º 0.81% 0.35% -
HSV(B) 327.69º 0.89% 0.63% -
XYZ 16.72 8.68 11.38 -
YUV 68.54 142.38 193.24 -
System Red Green Blue C M Y K H S L
Decimal 160 17 94 0 0.89 0.41 0.37 327.69 0.81 0.35
Hex A0 11 5E 0 59 29 25 148 51 23
Octal 240 21 136 0 131 51 45 510 121 43
Binary 10100000 10001 1011110 0 1011001 101001 100101 101001000 1010001 100011

Color Harmonies of #A0115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0115E

Black with #A0115E

Text Example


Text Example

White with #A0115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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