Html Css Color HEX #A0055E Jazzberry Jam

📋 copy color: '#A0055E'

red 160 ◦ green 5 ◦ blue 94

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

Shades of Jazzberry Jam #A0055E

Tints of Jazzberry Jam #A0055E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

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

R = 61.78%
G = 1.93%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0055E (or 0xA0055E) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 5E. RGB value is (160,5,94). Sum of RGB (Red+Green+Blue) = 160+5+94=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0055E is #5FFAA1. Grayscale: #3D3D3D. Windows color (decimal): -6290082 or 6161824. OLE color: 6161824.

HSL color Cylindrical-coordinate representation of color #A0055E: hue angle of 325.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0055E is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 5 94 -
CMYK 0 0.97 0.41 0.37
HSL 325.55º 0.94% 0.32% -
HSV(B) 325.55º 0.97% 0.63% -
XYZ 16.57 8.39 11.34 -
YUV 61.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 160 5 94 0 0.97 0.41 0.37 325.55 0.94 0.32
Hex A0 5 5E 0 61 29 25 146 5E 20
Octal 240 5 136 0 141 51 45 506 136 40
Binary 10100000 101 1011110 0 1100001 101001 100101 101000110 1011110 100000

Color Harmonies of #A0055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0055E

Black with #A0055E

Text Example


Text Example

White with #A0055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0055E; }

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

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

background-color css

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

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

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

border-color css

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

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

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