Html Css Color HEX #A0055C Jazzberry Jam

📋 copy color: '#A0055C'

red 160 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #A0055C

Tints of Jazzberry Jam #A0055C

RGB

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

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

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

R = 62.26%
G = 1.95%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0055C (or 0xA0055C) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 5C. RGB value is (160,5,92). Sum of RGB (Red+Green+Blue) = 160+5+92=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0055C is #5FFAA3. Grayscale: #3D3D3D. Windows color (decimal): -6290084 or 6030752. OLE color: 6030752.

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

Color convert

RGB 160 5 92 -
CMYK 0 0.97 0.43 0.37
HSL 326.32º 0.94% 0.32% -
HSV(B) 326.32º 0.97% 0.63% -
XYZ 16.48 8.35 10.87 -
YUV 61.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 160 5 92 0 0.97 0.43 0.37 326.32 0.94 0.32
Hex A0 5 5C 0 61 2B 25 146 5E 20
Octal 240 5 134 0 141 53 45 506 136 40
Binary 10100000 101 1011100 0 1100001 101011 100101 101000110 1011110 100000

Color Harmonies of #A0055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0055C

Black with #A0055C

Text Example


Text Example

White with #A0055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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