Html Css Color HEX #A807AD Dark Magenta

📋 copy color: '#A807AD'

red 168 ◦ green 7 ◦ blue 173

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

Shades of Dark Magenta #A807AD

Tints of Dark Magenta #A807AD

RGB

 RED value IS 168 (66.02% from 255) = 48.28%

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

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

R = 48.28%
G = 2.01%
B = 49.71%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A807AD (or 0xA807AD) is known color: Dark Magenta. HEX triplet: A8, 07 and AD. RGB value is (168,7,173). Sum of RGB (Red+Green+Blue) = 168+7+173=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #A807AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A807AD is #57F852. Grayscale: #494949. Windows color (decimal): -5765203 or 11339688. OLE color: 11339688.

HSL color Cylindrical-coordinate representation of color #A807AD: hue angle of 298.19º 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 #A807AD is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 7 173 -
CMYK 0.03 0.96 0 0.32
HSL 298.19º 0.92% 0.35% -
HSV(B) 298.19º 0.96% 0.68% -
XYZ 23.77 11.49 40.5 -
YUV 74.06 183.84 195 -
System Red Green Blue C M Y K H S L
Decimal 168 7 173 0.03 0.96 0 0.32 298.19 0.92 0.35
Hex A8 7 AD 3 60 0 20 12A 5C 23
Octal 250 7 255 3 140 0 40 452 134 43
Binary 10101000 111 10101101 11 1100000 0 100000 100101010 1011100 100011

Color Harmonies of #A807AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A807AD

Black with #A807AD

Text Example


Text Example

White with #A807AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A807AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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