Html Css Color HEX #A20693 Dark Magenta

📋 copy color: '#A20693'

red 162 ◦ green 6 ◦ blue 147

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

Shades of Dark Magenta #A20693

Tints of Dark Magenta #A20693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 51.43%
G = 1.9%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A20693 (or 0xA20693) is known color: Dark Magenta. HEX triplet: A2, 06 and 93. RGB value is (162,6,147). Sum of RGB (Red+Green+Blue) = 162+6+147=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A20693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20693 is #5DF96C. Grayscale: #444444. Windows color (decimal): -6158701 or 9635490. OLE color: 9635490.

HSL color Cylindrical-coordinate representation of color #A20693: hue angle of 305.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 #A20693 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 6 147 -
CMYK 0 0.96 0.09 0.36
HSL 305.77º 0.93% 0.33% -
HSV(B) 305.77º 0.96% 0.64% -
XYZ 20.23 9.92 28.45 -
YUV 68.72 172.18 194.54 -
System Red Green Blue C M Y K H S L
Decimal 162 6 147 0 0.96 0.09 0.36 305.77 0.93 0.33
Hex A2 6 93 0 60 9 24 132 5D 21
Octal 242 6 223 0 140 11 44 462 135 41
Binary 10100010 110 10010011 0 1100000 1001 100100 100110010 1011101 100001

Color Harmonies of #A20693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20693

Black with #A20693

Text Example


Text Example

White with #A20693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20693; }

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

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

background-color css

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

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

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

border-color css

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

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

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