Html Css Color HEX #A517DE Dark Violet

📋 copy color: '#A517DE'

red 165 ◦ green 23 ◦ blue 222

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

Shades of Dark Violet #A517DE

Tints of Dark Violet #A517DE

RGB

 RED value IS 165 (64.84% from 255) = 40.24%

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

 BLUE value IS 222 (87.11% from 255) = 54.15%

R = 40.24%
G = 5.61%
B = 54.15%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A517DE (or 0xA517DE) is known color: Dark Violet. HEX triplet: A5, 17 and DE. RGB value is (165,23,222). Sum of RGB (Red+Green+Blue) = 165+23+222=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #A517DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517DE is #5AE821. Grayscale: #575757. Windows color (decimal): -5957666 or 14555045. OLE color: 14555045.

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

Color convert

RGB 165 23 222 -
CMYK 0.26 0.90 0 0.13
HSL 282.81º 0.81% 0.48% -
HSV(B) 282.81º 0.9% 0.87% -
XYZ 29.01 13.89 70.26 -
YUV 88.14 203.54 182.82 -
System Red Green Blue C M Y K H S L
Decimal 165 23 222 0.26 0.90 0 0.13 282.81 0.81 0.48
Hex A5 17 DE 1A 5A 0 D 11B 51 30
Octal 245 27 336 32 132 0 15 433 121 60
Binary 10100101 10111 11011110 11010 1011010 0 1101 100011011 1010001 110000

Color Harmonies of #A517DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517DE

Black with #A517DE

Text Example


Text Example

White with #A517DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517DE; }

 p { color: rgb(165,23,222); }

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

background-color css

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

 a { background-color: rgb(165,23,222); }

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

border-color css

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

 span { border-color: rgb(165,23,222); }

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