Html Css Color HEX #A115DD Dark Violet

📋 copy color: '#A115DD'

red 161 ◦ green 21 ◦ blue 221

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

Shades of Dark Violet #A115DD

Tints of Dark Violet #A115DD

RGB

 RED value IS 161 (63.28% from 255) = 39.95%

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

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

R = 39.95%
G = 5.21%
B = 54.84%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A115DD (or 0xA115DD) is known color: Dark Violet. HEX triplet: A1, 15 and DD. RGB value is (161,21,221). Sum of RGB (Red+Green+Blue) = 161+21+221=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #A115DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115DD is #5EEA22. Grayscale: #555555. Windows color (decimal): -6220323 or 14488993. OLE color: 14488993.

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

Color convert

RGB 161 21 221 -
CMYK 0.27 0.90 0 0.13
HSL 282º 0.83% 0.47% -
HSV(B) 282º 0.9% 0.87% -
XYZ 28.02 13.33 69.5 -
YUV 85.66 204.38 181.74 -
System Red Green Blue C M Y K H S L
Decimal 161 21 221 0.27 0.90 0 0.13 282 0.83 0.47
Hex A1 15 DD 1B 5A 0 D 11A 53 2F
Octal 241 25 335 33 132 0 15 432 123 57
Binary 10100001 10101 11011101 11011 1011010 0 1101 100011010 1010011 101111

Color Harmonies of #A115DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A115DD

Black with #A115DD

Text Example


Text Example

White with #A115DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A115DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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