Html Css Color HEX #A00FA3 Dark Magenta

📋 copy color: '#A00FA3'

red 160 ◦ green 15 ◦ blue 163

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

Shades of Dark Magenta #A00FA3

Tints of Dark Magenta #A00FA3

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

 BLUE value IS 163 (64.06% from 255) = 48.22%

R = 47.34%
G = 4.44%
B = 48.22%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A00FA3 (or 0xA00FA3) is known color: Dark Magenta. HEX triplet: A0, 0F and A3. RGB value is (160,15,163). Sum of RGB (Red+Green+Blue) = 160+15+163=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 163 - color contains mainly: blue. Hex color #A00FA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00FA3 is #5FF05C. Grayscale: #4A4A4A. Windows color (decimal): -6287453 or 10686368. OLE color: 10686368.

HSL color Cylindrical-coordinate representation of color #A00FA3: hue angle of 298.78º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00FA3 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 15 163 -
CMYK 0.02 0.91 0 0.36
HSL 298.78º 0.83% 0.35% -
HSV(B) 298.78º 0.91% 0.64% -
XYZ 21.28 10.46 35.55 -
YUV 75.23 177.54 188.47 -
System Red Green Blue C M Y K H S L
Decimal 160 15 163 0.02 0.91 0 0.36 298.78 0.83 0.35
Hex A0 F A3 2 5B 0 24 12B 53 23
Octal 240 17 243 2 133 0 44 453 123 43
Binary 10100000 1111 10100011 10 1011011 0 100100 100101011 1010011 100011

Color Harmonies of #A00FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FA3

Black with #A00FA3

Text Example


Text Example

White with #A00FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FA3; }

 p { color: rgb(160,15,163); }

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

background-color css

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

 a { background-color: rgb(160,15,163); }

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

border-color css

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

 span { border-color: rgb(160,15,163); }

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