Html Css Color HEX #A217DD Dark Violet

📋 copy color: '#A217DD'

red 162 ◦ green 23 ◦ blue 221

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

Shades of Dark Violet #A217DD

Tints of Dark Violet #A217DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.43%

R = 39.9%
G = 5.67%
B = 54.43%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A217DD (or 0xA217DD) is known color: Dark Violet. HEX triplet: A2, 17 and DD. RGB value is (162,23,221). Sum of RGB (Red+Green+Blue) = 162+23+221=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #A217DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217DD is #5DE822. Grayscale: #565656. Windows color (decimal): -6154275 or 14489506. OLE color: 14489506.

HSL color Cylindrical-coordinate representation of color #A217DD: hue angle of 282.12º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A217DD is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 23 221 -
CMYK 0.27 0.90 0 0.13
HSL 282.12º 0.81% 0.48% -
HSV(B) 282.12º 0.9% 0.87% -
XYZ 28.26 13.51 69.53 -
YUV 87.13 203.55 181.4 -
System Red Green Blue C M Y K H S L
Decimal 162 23 221 0.27 0.90 0 0.13 282.12 0.81 0.48
Hex A2 17 DD 1B 5A 0 D 11A 51 30
Octal 242 27 335 33 132 0 15 432 121 60
Binary 10100010 10111 11011101 11011 1011010 0 1101 100011010 1010001 110000

Color Harmonies of #A217DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217DD

Black with #A217DD

Text Example


Text Example

White with #A217DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217DD; }

 p { color: rgb(162,23,221); }

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

background-color css

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

 a { background-color: rgb(162,23,221); }

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

border-color css

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

 span { border-color: rgb(162,23,221); }

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