Html Css Color HEX #A510DE Dark Violet

📋 copy color: '#A510DE'

red 165 ◦ green 16 ◦ blue 222

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

Shades of Dark Violet #A510DE

Tints of Dark Violet #A510DE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.97%

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

R = 40.94%
G = 3.97%
B = 55.09%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A510DE (or 0xA510DE) is known color: Dark Violet. HEX triplet: A5, 10 and DE. RGB value is (165,16,222). Sum of RGB (Red+Green+Blue) = 165+16+222=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #A510DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A510DE is #5AEF21. Grayscale: #535353. Windows color (decimal): -5959458 or 14553253. OLE color: 14553253.

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

Color convert

RGB 165 16 222 -
CMYK 0.26 0.93 0 0.13
HSL 283.4º 0.87% 0.47% -
HSV(B) 283.4º 0.93% 0.87% -
XYZ 28.89 13.64 70.22 -
YUV 84.04 205.86 185.75 -
System Red Green Blue C M Y K H S L
Decimal 165 16 222 0.26 0.93 0 0.13 283.4 0.87 0.47
Hex A5 10 DE 1A 5D 0 D 11B 57 2F
Octal 245 20 336 32 135 0 15 433 127 57
Binary 10100101 10000 11011110 11010 1011101 0 1101 100011011 1010111 101111

Color Harmonies of #A510DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A510DE

Black with #A510DE

Text Example


Text Example

White with #A510DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A510DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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