Html Css Color HEX #A516DD Dark Violet

📋 copy color: '#A516DD'

red 165 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #A516DD

Tints of Dark Violet #A516DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 54.17%

R = 40.44%
G = 5.39%
B = 54.17%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A516DD (or 0xA516DD) is known color: Dark Violet. HEX triplet: A5, 16 and DD. RGB value is (165,22,221). Sum of RGB (Red+Green+Blue) = 165+22+221=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 22 (8.98% from 255 or 5.39% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #A516DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A516DD is #5AE922. Grayscale: #565656. Windows color (decimal): -5957923 or 14489253. OLE color: 14489253.

HSL color Cylindrical-coordinate representation of color #A516DD: hue angle of 283.12º 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 #A516DD is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 22 221 -
CMYK 0.25 0.90 0 0.13
HSL 283.12º 0.82% 0.48% -
HSV(B) 283.12º 0.9% 0.87% -
XYZ 28.86 13.79 69.55 -
YUV 87.44 203.38 183.32 -
System Red Green Blue C M Y K H S L
Decimal 165 22 221 0.25 0.90 0 0.13 283.12 0.82 0.48
Hex A5 16 DD 19 5A 0 D 11B 52 30
Octal 245 26 335 31 132 0 15 433 122 60
Binary 10100101 10110 11011101 11001 1011010 0 1101 100011011 1010010 110000

Color Harmonies of #A516DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516DD

Black with #A516DD

Text Example


Text Example

White with #A516DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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