Html Css Color HEX #A00A57 Jazzberry Jam

📋 copy color: '#A00A57'

red 160 ◦ green 10 ◦ blue 87

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

Shades of Jazzberry Jam #A00A57

Tints of Jazzberry Jam #A00A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.89%

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

R = 62.26%
G = 3.89%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00A57 (or 0xA00A57) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 57. RGB value is (160,10,87). Sum of RGB (Red+Green+Blue) = 160+10+87=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A57 is #5FF5A8. Grayscale: #3F3F3F. Windows color (decimal): -6288809 or 5704352. OLE color: 5704352.

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

Color convert

RGB 160 10 87 -
CMYK 0 0.94 0.46 0.37
HSL 329.2º 0.88% 0.33% -
HSV(B) 329.2º 0.94% 0.63% -
XYZ 16.33 8.38 9.77 -
YUV 63.63 141.2 196.74 -
System Red Green Blue C M Y K H S L
Decimal 160 10 87 0 0.94 0.46 0.37 329.2 0.88 0.33
Hex A0 A 57 0 5E 2E 25 149 58 21
Octal 240 12 127 0 136 56 45 511 130 41
Binary 10100000 1010 1010111 0 1011110 101110 100101 101001001 1011000 100001

Color Harmonies of #A00A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A57

Black with #A00A57

Text Example


Text Example

White with #A00A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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