Html Css Color HEX #A0155A Jazzberry Jam

📋 copy color: '#A0155A'

red 160 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #A0155A

Tints of Jazzberry Jam #A0155A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.75%

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

R = 59.04%
G = 7.75%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0155A (or 0xA0155A) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 5A. RGB value is (160,21,90). Sum of RGB (Red+Green+Blue) = 160+21+90=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0155A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0155A is #5FEAA5. Grayscale: #464646. Windows color (decimal): -6285990 or 5903776. OLE color: 5903776.

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

Color convert

RGB 160 21 90 -
CMYK 0 0.87 0.44 0.37
HSL 330.22º 0.77% 0.35% -
HSV(B) 330.22º 0.87% 0.63% -
XYZ 16.61 8.75 10.49 -
YUV 70.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 160 21 90 0 0.87 0.44 0.37 330.22 0.77 0.35
Hex A0 15 5A 0 57 2C 25 14A 4D 23
Octal 240 25 132 0 127 54 45 512 115 43
Binary 10100000 10101 1011010 0 1010111 101100 100101 101001010 1001101 100011

Color Harmonies of #A0155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0155A

Black with #A0155A

Text Example


Text Example

White with #A0155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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