Html Css Color HEX #A00E55 Jazzberry Jam

📋 copy color: '#A00E55'

red 160 ◦ green 14 ◦ blue 85

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

Shades of Jazzberry Jam #A00E55

Tints of Jazzberry Jam #A00E55

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.41%

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

R = 61.78%
G = 5.41%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A00E55 (or 0xA00E55) is known color: Jazzberry Jam. HEX triplet: A0, 0E and 55. RGB value is (160,14,85). Sum of RGB (Red+Green+Blue) = 160+14+85=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00E55 is #5FF1AA. Grayscale: #414141. Windows color (decimal): -6287787 or 5574304. OLE color: 5574304.

HSL color Cylindrical-coordinate representation of color #A00E55: hue angle of 330.82º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00E55 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 14 85 -
CMYK 0 0.91 0.47 0.37
HSL 330.82º 0.84% 0.34% -
HSV(B) 330.82º 0.91% 0.63% -
XYZ 16.29 8.44 9.37 -
YUV 65.75 138.87 195.23 -
System Red Green Blue C M Y K H S L
Decimal 160 14 85 0 0.91 0.47 0.37 330.82 0.84 0.34
Hex A0 E 55 0 5B 2F 25 14B 54 22
Octal 240 16 125 0 133 57 45 513 124 42
Binary 10100000 1110 1010101 0 1011011 101111 100101 101001011 1010100 100010

Color Harmonies of #A00E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00E55

Black with #A00E55

Text Example


Text Example

White with #A00E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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