Html Css Color HEX #A00555 Jazzberry Jam

📋 copy color: '#A00555'

red 160 ◦ green 5 ◦ blue 85

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

Shades of Jazzberry Jam #A00555

Tints of Jazzberry Jam #A00555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34%

R = 64%
G = 2%
B = 34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A00555 (or 0xA00555) is known color: Jazzberry Jam. HEX triplet: A0, 05 and 55. RGB value is (160,5,85). Sum of RGB (Red+Green+Blue) = 160+5+85=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A00555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00555 is #5FFAAA. Grayscale: #3C3C3C. Windows color (decimal): -6290091 or 5572000. OLE color: 5572000.

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

Color convert

RGB 160 5 85 -
CMYK 0 0.97 0.47 0.37
HSL 329.03º 0.94% 0.32% -
HSV(B) 329.03º 0.97% 0.63% -
XYZ 16.19 8.24 9.33 -
YUV 60.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 160 5 85 0 0.97 0.47 0.37 329.03 0.94 0.32
Hex A0 5 55 0 61 2F 25 149 5E 20
Octal 240 5 125 0 141 57 45 511 136 40
Binary 10100000 101 1010101 0 1100001 101111 100101 101001001 1011110 100000

Color Harmonies of #A00555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00555

Black with #A00555

Text Example


Text Example

White with #A00555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00555; }

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

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

background-color css

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

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

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

border-color css

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

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

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