Html Css Color HEX #A516DF Dark Violet

📋 copy color: '#A516DF'

red 165 ◦ green 22 ◦ blue 223

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

Shades of Dark Violet #A516DF

Tints of Dark Violet #A516DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.39%

R = 40.24%
G = 5.37%
B = 54.39%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A516DF (or 0xA516DF) is known color: Dark Violet. HEX triplet: A5, 16 and DF. RGB value is (165,22,223). Sum of RGB (Red+Green+Blue) = 165+22+223=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #A516DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A516DF is #5AE920. Grayscale: #575757. Windows color (decimal): -5957921 or 14620325. OLE color: 14620325.

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

Color convert

RGB 165 22 223 -
CMYK 0.26 0.90 0 0.13
HSL 282.69º 0.82% 0.48% -
HSV(B) 282.69º 0.9% 0.87% -
XYZ 29.12 13.9 70.96 -
YUV 87.67 204.38 183.16 -
System Red Green Blue C M Y K H S L
Decimal 165 22 223 0.26 0.90 0 0.13 282.69 0.82 0.48
Hex A5 16 DF 1A 5A 0 D 11B 52 30
Octal 245 26 337 32 132 0 15 433 122 60
Binary 10100101 10110 11011111 11010 1011010 0 1101 100011011 1010010 110000

Color Harmonies of #A516DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516DF

Black with #A516DF

Text Example


Text Example

White with #A516DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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