Html Css Color HEX #A102AD Dark Magenta

📋 copy color: '#A102AD'

red 161 ◦ green 2 ◦ blue 173

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

Shades of Dark Magenta #A102AD

Tints of Dark Magenta #A102AD

RGB

 RED value IS 161 (63.28% from 255) = 47.92%

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 47.92%
G = 0.6%
B = 51.49%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A102AD (or 0xA102AD) is known color: Dark Magenta. HEX triplet: A1, 02 and AD. RGB value is (161,2,173). Sum of RGB (Red+Green+Blue) = 161+2+173=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #A102AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A102AD is #5EFD52. Grayscale: #444444. Windows color (decimal): -6225235 or 11338401. OLE color: 11338401.

HSL color Cylindrical-coordinate representation of color #A102AD: hue angle of 295.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A102AD is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 2 173 -
CMYK 0.07 0.99 0 0.32
HSL 295.79º 0.98% 0.34% -
HSV(B) 295.79º 0.99% 0.68% -
XYZ 22.26 10.64 40.42 -
YUV 69.04 186.68 193.6 -
System Red Green Blue C M Y K H S L
Decimal 161 2 173 0.07 0.99 0 0.32 295.79 0.98 0.34
Hex A1 2 AD 7 63 0 20 128 62 22
Octal 241 2 255 7 143 0 40 450 142 42
Binary 10100001 10 10101101 111 1100011 0 100000 100101000 1100010 100010

Color Harmonies of #A102AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A102AD

Black with #A102AD

Text Example


Text Example

White with #A102AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A102AD; }

 p { color: rgb(161,2,173); }

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

background-color css

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

 a { background-color: rgb(161,2,173); }

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

border-color css

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

 span { border-color: rgb(161,2,173); }

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