Html Css Color HEX #A515EB Dark Violet

📋 copy color: '#A515EB'

red 165 ◦ green 21 ◦ blue 235

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

Shades of Dark Violet #A515EB

Tints of Dark Violet #A515EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.82%

R = 39.19%
G = 4.99%
B = 55.82%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A515EB (or 0xA515EB) is known color: Dark Violet. HEX triplet: A5, 15 and EB. RGB value is (165,21,235). Sum of RGB (Red+Green+Blue) = 165+21+235=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 21 (8.59% from 255 or 4.99% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #A515EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A515EB is #5AEA14. Grayscale: #575757. Windows color (decimal): -5958165 or 15406501. OLE color: 15406501.

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

Color convert

RGB 165 21 235 -
CMYK 0.30 0.91 0 0.08
HSL 280.37º 0.84% 0.5% -
HSV(B) 280.37º 0.91% 0.92% -
XYZ 30.78 14.53 79.78 -
YUV 88.45 210.71 182.6 -
System Red Green Blue C M Y K H S L
Decimal 165 21 235 0.30 0.91 0 0.08 280.37 0.84 0.5
Hex A5 15 EB 1E 5B 0 8 118 54 32
Octal 245 25 353 36 133 0 10 430 124 62
Binary 10100101 10101 11101011 11110 1011011 0 1000 100011000 1010100 110010

Color Harmonies of #A515EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515EB

Black with #A515EB

Text Example


Text Example

White with #A515EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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