Html Css Color HEX #A00A50 Jazzberry Jam

📋 copy color: '#A00A50'

red 160 ◦ green 10 ◦ blue 80

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

Shades of Jazzberry Jam #A00A50

Tints of Jazzberry Jam #A00A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32%

R = 64%
G = 4%
B = 32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A00A50 (or 0xA00A50) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 50. RGB value is (160,10,80). Sum of RGB (Red+Green+Blue) = 160+10+80=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A50 is #5FF5AF. Grayscale: #3E3E3E. Windows color (decimal): -6288816 or 5245600. OLE color: 5245600.

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

Color convert

RGB 160 10 80 -
CMYK 0 0.94 0.5 0.37
HSL 332º 0.88% 0.33% -
HSV(B) 332º 0.94% 0.63% -
XYZ 16.05 8.27 8.34 -
YUV 62.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 160 10 80 0 0.94 0.5 0.37 332 0.88 0.33
Hex A0 A 50 0 5E 32 25 14C 58 21
Octal 240 12 120 0 136 62 45 514 130 41
Binary 10100000 1010 1010000 0 1011110 110010 100101 101001100 1011000 100001

Color Harmonies of #A00A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A50

Black with #A00A50

Text Example


Text Example

White with #A00A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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