Html Css Color HEX #A207AB Dark Magenta

📋 copy color: '#A207AB'

red 162 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #A207AB

Tints of Dark Magenta #A207AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 47.65%
G = 2.06%
B = 50.29%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A207AB (or 0xA207AB) is known color: Dark Magenta. HEX triplet: A2, 07 and AB. RGB value is (162,7,171). Sum of RGB (Red+Green+Blue) = 162+7+171=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #A207AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A207AB is #5DF854. Grayscale: #474747. Windows color (decimal): -6158421 or 11208610. OLE color: 11208610.

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

Color convert

RGB 162 7 171 -
CMYK 0.05 0.96 0 0.33
HSL 296.71º 0.92% 0.35% -
HSV(B) 296.71º 0.96% 0.67% -
XYZ 22.33 10.77 39.43 -
YUV 72.04 183.85 192.16 -
System Red Green Blue C M Y K H S L
Decimal 162 7 171 0.05 0.96 0 0.33 296.71 0.92 0.35
Hex A2 7 AB 5 60 0 21 129 5C 23
Octal 242 7 253 5 140 0 41 451 134 43
Binary 10100010 111 10101011 101 1100000 0 100001 100101001 1011100 100011

Color Harmonies of #A207AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A207AB

Black with #A207AB

Text Example


Text Example

White with #A207AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A207AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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