Html Css Color HEX #A206A0 Dark Magenta

📋 copy color: '#A206A0'

red 162 ◦ green 6 ◦ blue 160

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

Shades of Dark Magenta #A206A0

Tints of Dark Magenta #A206A0

RGB

 RED value IS 162 (63.67% from 255) = 49.39%

 GREEN value IS 6 (2.73% from 255) = 1.83%

 BLUE value IS 160 (62.89% from 255) = 48.78%

R = 49.39%
G = 1.83%
B = 48.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A206A0 (or 0xA206A0) is known color: Dark Magenta. HEX triplet: A2, 06 and A0. RGB value is (162,6,160). Sum of RGB (Red+Green+Blue) = 162+6+160=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 160 (62.89% from 255 or 48.78% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A206A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A206A0 is #5DF95F. Grayscale: #454545. Windows color (decimal): -6158688 or 10487458. OLE color: 10487458.

HSL color Cylindrical-coordinate representation of color #A206A0: hue angle of 300.77º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A206A0 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 6 160 -
CMYK 0 0.96 0.01 0.36
HSL 300.77º 0.93% 0.33% -
HSV(B) 300.77º 0.96% 0.64% -
XYZ 21.31 10.35 34.13 -
YUV 70.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 162 6 160 0 0.96 0.01 0.36 300.77 0.93 0.33
Hex A2 6 A0 0 60 1 24 12D 5D 21
Octal 242 6 240 0 140 1 44 455 135 41
Binary 10100010 110 10100000 0 1100000 1 100100 100101101 1011101 100001

Color Harmonies of #A206A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A206A0

Black with #A206A0

Text Example


Text Example

White with #A206A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A206A0; }

 p { color: rgb(162,6,160); }

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

background-color css

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

 a { background-color: rgb(162,6,160); }

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

border-color css

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

 span { border-color: rgb(162,6,160); }

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