Html Css Color HEX #A515DE Dark Violet

📋 copy color: '#A515DE'

red 165 ◦ green 21 ◦ blue 222

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

Shades of Dark Violet #A515DE

Tints of Dark Violet #A515DE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.15%

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

R = 40.44%
G = 5.15%
B = 54.41%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A515DE (or 0xA515DE) is known color: Dark Violet. HEX triplet: A5, 15 and DE. RGB value is (165,21,222). Sum of RGB (Red+Green+Blue) = 165+21+222=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #A515DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515DE is #5AEA21. Grayscale: #565656. Windows color (decimal): -5958178 or 14554533. OLE color: 14554533.

HSL color Cylindrical-coordinate representation of color #A515DE: hue angle of 282.99º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A515DE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 21 222 -
CMYK 0.26 0.91 0 0.13
HSL 282.99º 0.83% 0.48% -
HSV(B) 282.99º 0.91% 0.87% -
XYZ 28.97 13.81 70.25 -
YUV 86.97 204.21 183.66 -
System Red Green Blue C M Y K H S L
Decimal 165 21 222 0.26 0.91 0 0.13 282.99 0.83 0.48
Hex A5 15 DE 1A 5B 0 D 11B 53 30
Octal 245 25 336 32 133 0 15 433 123 60
Binary 10100101 10101 11011110 11010 1011011 0 1101 100011011 1010011 110000

Color Harmonies of #A515DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515DE

Black with #A515DE

Text Example


Text Example

White with #A515DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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