Html Css Color HEX #A207AD Dark Magenta

📋 copy color: '#A207AD'

red 162 ◦ green 7 ◦ blue 173

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

Shades of Dark Magenta #A207AD

Tints of Dark Magenta #A207AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 47.37%
G = 2.05%
B = 50.58%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A207AD (or 0xA207AD) is known color: Dark Magenta. HEX triplet: A2, 07 and AD. RGB value is (162,7,173). Sum of RGB (Red+Green+Blue) = 162+7+173=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #A207AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A207AD is #5DF852. Grayscale: #474747. Windows color (decimal): -6158419 or 11339682. OLE color: 11339682.

HSL color Cylindrical-coordinate representation of color #A207AD: hue angle of 296.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A207AD is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 7 173 -
CMYK 0.06 0.96 0 0.32
HSL 296.02º 0.92% 0.35% -
HSV(B) 296.02º 0.96% 0.68% -
XYZ 22.52 10.85 40.44 -
YUV 72.27 184.85 192 -
System Red Green Blue C M Y K H S L
Decimal 162 7 173 0.06 0.96 0 0.32 296.02 0.92 0.35
Hex A2 7 AD 6 60 0 20 128 5C 23
Octal 242 7 255 6 140 0 40 450 134 43
Binary 10100010 111 10101101 110 1100000 0 100000 100101000 1011100 100011

Color Harmonies of #A207AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A207AD

Black with #A207AD

Text Example


Text Example

White with #A207AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A207AD; }

 p { color: rgb(162,7,173); }

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

background-color css

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

 a { background-color: rgb(162,7,173); }

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

border-color css

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

 span { border-color: rgb(162,7,173); }

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