Html Css Color HEX #A00557 Jazzberry Jam

📋 copy color: '#A00557'

red 160 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #A00557

Tints of Jazzberry Jam #A00557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 63.49%
G = 1.98%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00557 (or 0xA00557) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 57. RGB value is (160,5,87). Sum of RGB (Red+Green+Blue) = 160+5+87=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A00557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00557 is #5FFAA8. Grayscale: #3C3C3C. Windows color (decimal): -6290089 or 5703072. OLE color: 5703072.

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

Color convert

RGB 160 5 87 -
CMYK 0 0.97 0.46 0.37
HSL 328.26º 0.94% 0.32% -
HSV(B) 328.26º 0.97% 0.63% -
XYZ 16.27 8.27 9.76 -
YUV 60.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 160 5 87 0 0.97 0.46 0.37 328.26 0.94 0.32
Hex A0 5 57 0 61 2E 25 148 5E 20
Octal 240 5 127 0 141 56 45 510 136 40
Binary 10100000 101 1010111 0 1100001 101110 100101 101001000 1011110 100000

Color Harmonies of #A00557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00557

Black with #A00557

Text Example


Text Example

White with #A00557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00557; }

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

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

background-color css

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

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

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

border-color css

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

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

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