Html Css Color HEX #A915DD Dark Violet

📋 copy color: '#A915DD'

red 169 ◦ green 21 ◦ blue 221

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

Shades of Dark Violet #A915DD

Tints of Dark Violet #A915DD

RGB

 RED value IS 169 (66.41% from 255) = 41.12%

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

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

R = 41.12%
G = 5.11%
B = 53.77%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A915DD (or 0xA915DD) is known color: Dark Violet. HEX triplet: A9, 15 and DD. RGB value is (169,21,221). Sum of RGB (Red+Green+Blue) = 169+21+221=411 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.12% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #A915DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915DD is #56EA22. Grayscale: #575757. Windows color (decimal): -5696035 or 14489001. OLE color: 14489001.

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

Color convert

RGB 169 21 221 -
CMYK 0.24 0.90 0 0.13
HSL 284.4º 0.83% 0.47% -
HSV(B) 284.4º 0.9% 0.87% -
XYZ 29.68 14.19 69.58 -
YUV 88.05 203.03 185.74 -
System Red Green Blue C M Y K H S L
Decimal 169 21 221 0.24 0.90 0 0.13 284.4 0.83 0.47
Hex A9 15 DD 18 5A 0 D 11C 53 2F
Octal 251 25 335 30 132 0 15 434 123 57
Binary 10101001 10101 11011101 11000 1011010 0 1101 100011100 1010011 101111

Color Harmonies of #A915DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915DD

Black with #A915DD

Text Example


Text Example

White with #A915DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915DD; }

 p { color: rgb(169,21,221); }

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

background-color css

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

 a { background-color: rgb(169,21,221); }

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

border-color css

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

 span { border-color: rgb(169,21,221); }

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