Html Css Color HEX #A516DA Dark Violet

📋 copy color: '#A516DA'

red 165 ◦ green 22 ◦ blue 218

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

Shades of Dark Violet #A516DA

Tints of Dark Violet #A516DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.43%

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 40.74%
G = 5.43%
B = 53.83%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A516DA (or 0xA516DA) is known color: Dark Violet. HEX triplet: A5, 16 and DA. RGB value is (165,22,218). Sum of RGB (Red+Green+Blue) = 165+22+218=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #A516DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A516DA is #5AE925. Grayscale: #565656. Windows color (decimal): -5957926 or 14292645. OLE color: 14292645.

HSL color Cylindrical-coordinate representation of color #A516DA: hue angle of 283.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A516DA is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 22 218 -
CMYK 0.24 0.90 0 0.15
HSL 283.78º 0.82% 0.47% -
HSV(B) 283.78º 0.9% 0.85% -
XYZ 28.46 13.64 67.46 -
YUV 87.1 201.88 183.56 -
System Red Green Blue C M Y K H S L
Decimal 165 22 218 0.24 0.90 0 0.15 283.78 0.82 0.47
Hex A5 16 DA 18 5A 0 F 11C 52 2F
Octal 245 26 332 30 132 0 17 434 122 57
Binary 10100101 10110 11011010 11000 1011010 0 1111 100011100 1010010 101111

Color Harmonies of #A516DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516DA

Black with #A516DA

Text Example


Text Example

White with #A516DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516DA; }

 p { color: rgb(165,22,218); }

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

background-color css

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

 a { background-color: rgb(165,22,218); }

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

border-color css

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

 span { border-color: rgb(165,22,218); }

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