Html Css Color HEX #A00A58 Jazzberry Jam

📋 copy color: '#A00A58'

red 160 ◦ green 10 ◦ blue 88

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

Shades of Jazzberry Jam #A00A58

Tints of Jazzberry Jam #A00A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.11%

R = 62.02%
G = 3.88%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A00A58 (or 0xA00A58) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 58. RGB value is (160,10,88). Sum of RGB (Red+Green+Blue) = 160+10+88=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A58 is #5FF5A7. Grayscale: #3F3F3F. Windows color (decimal): -6288808 or 5769888. OLE color: 5769888.

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

Color convert

RGB 160 10 88 -
CMYK 0 0.94 0.45 0.37
HSL 328.8º 0.88% 0.33% -
HSV(B) 328.8º 0.94% 0.63% -
XYZ 16.37 8.4 9.99 -
YUV 63.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 160 10 88 0 0.94 0.45 0.37 328.8 0.88 0.33
Hex A0 A 58 0 5E 2D 25 149 58 21
Octal 240 12 130 0 136 55 45 511 130 41
Binary 10100000 1010 1011000 0 1011110 101101 100101 101001001 1011000 100001

Color Harmonies of #A00A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A58

Black with #A00A58

Text Example


Text Example

White with #A00A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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