Html Css Color HEX #A515EC Dark Violet

📋 copy color: '#A515EC'

red 165 ◦ green 21 ◦ blue 236

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

Shades of Dark Violet #A515EC

Tints of Dark Violet #A515EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 55.92%

R = 39.1%
G = 4.98%
B = 55.92%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A515EC (or 0xA515EC) is known color: Dark Violet. HEX triplet: A5, 15 and EC. RGB value is (165,21,236). Sum of RGB (Red+Green+Blue) = 165+21+236=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #A515EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A515EC is #5AEA13. Grayscale: #575757. Windows color (decimal): -5958164 or 15472037. OLE color: 15472037.

HSL color Cylindrical-coordinate representation of color #A515EC: hue angle of 280.19º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A515EC is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 21 236 -
CMYK 0.30 0.91 0 0.07
HSL 280.19º 0.85% 0.5% -
HSV(B) 280.19º 0.91% 0.93% -
XYZ 30.93 14.59 80.54 -
YUV 88.57 211.21 182.52 -
System Red Green Blue C M Y K H S L
Decimal 165 21 236 0.30 0.91 0 0.07 280.19 0.85 0.5
Hex A5 15 EC 1E 5B 0 7 118 55 32
Octal 245 25 354 36 133 0 7 430 125 62
Binary 10100101 10101 11101100 11110 1011011 0 111 100011000 1010101 110010

Color Harmonies of #A515EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515EC

Black with #A515EC

Text Example


Text Example

White with #A515EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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