Html Css Color HEX #A0155E Jazzberry Jam

📋 copy color: '#A0155E'

red 160 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #A0155E

Tints of Jazzberry Jam #A0155E

RGB

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

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

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

R = 58.18%
G = 7.64%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0155E (or 0xA0155E) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 5E. RGB value is (160,21,94). Sum of RGB (Red+Green+Blue) = 160+21+94=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0155E is #5FEAA1. Grayscale: #464646. Windows color (decimal): -6285986 or 6165920. OLE color: 6165920.

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

Color convert

RGB 160 21 94 -
CMYK 0 0.87 0.41 0.37
HSL 328.49º 0.77% 0.35% -
HSV(B) 328.49º 0.87% 0.63% -
XYZ 16.79 8.82 11.41 -
YUV 70.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 160 21 94 0 0.87 0.41 0.37 328.49 0.77 0.35
Hex A0 15 5E 0 57 29 25 148 4D 23
Octal 240 25 136 0 127 51 45 510 115 43
Binary 10100000 10101 1011110 0 1010111 101001 100101 101001000 1001101 100011

Color Harmonies of #A0155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0155E

Black with #A0155E

Text Example


Text Example

White with #A0155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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