Html Css Color HEX #A0155C Jazzberry Jam

📋 copy color: '#A0155C'

red 160 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #A0155C

Tints of Jazzberry Jam #A0155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 58.61%
G = 7.69%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0155C (or 0xA0155C) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 5C. RGB value is (160,21,92). Sum of RGB (Red+Green+Blue) = 160+21+92=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A0155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0155C is #5FEAA3. Grayscale: #464646. Windows color (decimal): -6285988 or 6034848. OLE color: 6034848.

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

Color convert

RGB 160 21 92 -
CMYK 0 0.87 0.43 0.37
HSL 329.35º 0.77% 0.35% -
HSV(B) 329.35º 0.87% 0.63% -
XYZ 16.7 8.78 10.94 -
YUV 70.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 160 21 92 0 0.87 0.43 0.37 329.35 0.77 0.35
Hex A0 15 5C 0 57 2B 25 149 4D 23
Octal 240 25 134 0 127 53 45 511 115 43
Binary 10100000 10101 1011100 0 1010111 101011 100101 101001001 1001101 100011

Color Harmonies of #A0155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0155C

Black with #A0155C

Text Example


Text Example

White with #A0155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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