Html Css Color HEX #A817A7 Dark Magenta

📋 copy color: '#A817A7'

red 168 ◦ green 23 ◦ blue 167

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

Shades of Dark Magenta #A817A7

Tints of Dark Magenta #A817A7

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.42%

 BLUE value IS 167 (65.63% from 255) = 46.65%

R = 46.93%
G = 6.42%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.34

RGB Variations

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

Color information

#A817A7 (or 0xA817A7) is known color: Dark Magenta. HEX triplet: A8, 17 and A7. RGB value is (168,23,167). Sum of RGB (Red+Green+Blue) = 168+23+167=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A817A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A817A7 is #57E858. Grayscale: #525252. Windows color (decimal): -5761113 or 10950568. OLE color: 10950568.

HSL color Cylindrical-coordinate representation of color #A817A7: hue angle of 300.41º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A817A7 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 167 -
CMYK 0 0.86 0.01 0.34
HSL 300.41º 0.76% 0.37% -
HSV(B) 300.41º 0.86% 0.66% -
XYZ 23.43 11.73 37.59 -
YUV 82.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 168 23 167 0 0.86 0.01 0.34 300.41 0.76 0.37
Hex A8 17 A7 0 56 1 22 12C 4C 25
Octal 250 27 247 0 126 1 42 454 114 45
Binary 10101000 10111 10100111 0 1010110 1 100010 100101100 1001100 100101

Color Harmonies of #A817A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817A7

Black with #A817A7

Text Example


Text Example

White with #A817A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817A7; }

 p { color: rgb(168,23,167); }

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

background-color css

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

 a { background-color: rgb(168,23,167); }

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

border-color css

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

 span { border-color: rgb(168,23,167); }

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