Html Css Color HEX #A517E0 Dark Violet

📋 copy color: '#A517E0'

red 165 ◦ green 23 ◦ blue 224

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

Shades of Dark Violet #A517E0

Tints of Dark Violet #A517E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 54.37%

R = 40.05%
G = 5.58%
B = 54.37%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A517E0 (or 0xA517E0) is known color: Dark Violet. HEX triplet: A5, 17 and E0. RGB value is (165,23,224). Sum of RGB (Red+Green+Blue) = 165+23+224=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #A517E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517E0 is #5AE81F. Grayscale: #575757. Windows color (decimal): -5957664 or 14686117. OLE color: 14686117.

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

Color convert

RGB 165 23 224 -
CMYK 0.26 0.90 0 0.12
HSL 282.39º 0.81% 0.48% -
HSV(B) 282.39º 0.9% 0.88% -
XYZ 29.28 13.99 71.68 -
YUV 88.37 204.54 182.66 -
System Red Green Blue C M Y K H S L
Decimal 165 23 224 0.26 0.90 0 0.12 282.39 0.81 0.48
Hex A5 17 E0 1A 5A 0 C 11A 51 30
Octal 245 27 340 32 132 0 14 432 121 60
Binary 10100101 10111 11100000 11010 1011010 0 1100 100011010 1010001 110000

Color Harmonies of #A517E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517E0

Black with #A517E0

Text Example


Text Example

White with #A517E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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