Html Css Color HEX #A00FAD Dark Magenta

📋 copy color: '#A00FAD'

red 160 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #A00FAD

Tints of Dark Magenta #A00FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.71%

R = 45.98%
G = 4.31%
B = 49.71%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A00FAD (or 0xA00FAD) is known color: Dark Magenta. HEX triplet: A0, 0F and AD. RGB value is (160,15,173). Sum of RGB (Red+Green+Blue) = 160+15+173=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #A00FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00FAD is #5FF052. Grayscale: #4B4B4B. Windows color (decimal): -6287443 or 11341728. OLE color: 11341728.

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

Color convert

RGB 160 15 173 -
CMYK 0.08 0.91 0 0.32
HSL 295.06º 0.84% 0.37% -
HSV(B) 295.06º 0.91% 0.68% -
XYZ 22.21 10.83 40.46 -
YUV 76.37 182.54 187.65 -
System Red Green Blue C M Y K H S L
Decimal 160 15 173 0.08 0.91 0 0.32 295.06 0.84 0.37
Hex A0 F AD 8 5B 0 20 127 54 25
Octal 240 17 255 10 133 0 40 447 124 45
Binary 10100000 1111 10101101 1000 1011011 0 100000 100100111 1010100 100101

Color Harmonies of #A00FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00FAD

Black with #A00FAD

Text Example


Text Example

White with #A00FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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