Html Css Color HEX #A00A5D Jazzberry Jam

📋 copy color: '#A00A5D'

red 160 ◦ green 10 ◦ blue 93

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

Shades of Jazzberry Jam #A00A5D

Tints of Jazzberry Jam #A00A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 60.84%
G = 3.8%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A00A5D (or 0xA00A5D) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 5D. RGB value is (160,10,93). Sum of RGB (Red+Green+Blue) = 160+10+93=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A5D is #5FF5A2. Grayscale: #404040. Windows color (decimal): -6288803 or 6097568. OLE color: 6097568.

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

Color convert

RGB 160 10 93 -
CMYK 0 0.94 0.42 0.37
HSL 326.8º 0.88% 0.33% -
HSV(B) 326.8º 0.94% 0.63% -
XYZ 16.58 8.48 11.12 -
YUV 64.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 160 10 93 0 0.94 0.42 0.37 326.8 0.88 0.33
Hex A0 A 5D 0 5E 2A 25 147 58 21
Octal 240 12 135 0 136 52 45 507 130 41
Binary 10100000 1010 1011101 0 1011110 101010 100101 101000111 1011000 100001

Color Harmonies of #A00A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A5D

Black with #A00A5D

Text Example


Text Example

White with #A00A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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