Html Css Color HEX #A817DD Dark Violet

📋 copy color: '#A817DD'

red 168 ◦ green 23 ◦ blue 221

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

Shades of Dark Violet #A817DD

Tints of Dark Violet #A817DD

RGB

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

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

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

R = 40.78%
G = 5.58%
B = 53.64%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A817DD (or 0xA817DD) is known color: Dark Violet. HEX triplet: A8, 17 and DD. RGB value is (168,23,221). Sum of RGB (Red+Green+Blue) = 168+23+221=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #A817DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817DD is #57E822. Grayscale: #585858. Windows color (decimal): -5761059 or 14489512. OLE color: 14489512.

HSL color Cylindrical-coordinate representation of color #A817DD: hue angle of 283.94º 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 #A817DD is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 23 221 -
CMYK 0.24 0.90 0 0.13
HSL 283.94º 0.81% 0.48% -
HSV(B) 283.94º 0.9% 0.87% -
XYZ 29.51 14.16 69.58 -
YUV 88.93 202.54 184.4 -
System Red Green Blue C M Y K H S L
Decimal 168 23 221 0.24 0.90 0 0.13 283.94 0.81 0.48
Hex A8 17 DD 18 5A 0 D 11C 51 30
Octal 250 27 335 30 132 0 15 434 121 60
Binary 10101000 10111 11011101 11000 1011010 0 1101 100011100 1010001 110000

Color Harmonies of #A817DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817DD

Black with #A817DD

Text Example


Text Example

White with #A817DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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