Html Css Color HEX #A115DC Dark Violet

📋 copy color: '#A115DC'

red 161 ◦ green 21 ◦ blue 220

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

Shades of Dark Violet #A115DC

Tints of Dark Violet #A115DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 40.05%
G = 5.22%
B = 54.73%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A115DC (or 0xA115DC) is known color: Dark Violet. HEX triplet: A1, 15 and DC. RGB value is (161,21,220). Sum of RGB (Red+Green+Blue) = 161+21+220=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #A115DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A115DC is #5EEA23. Grayscale: #545454. Windows color (decimal): -6220324 or 14423457. OLE color: 14423457.

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

Color convert

RGB 161 21 220 -
CMYK 0.27 0.90 0 0.14
HSL 282.21º 0.83% 0.47% -
HSV(B) 282.21º 0.9% 0.86% -
XYZ 27.88 13.28 68.8 -
YUV 85.55 203.88 181.82 -
System Red Green Blue C M Y K H S L
Decimal 161 21 220 0.27 0.90 0 0.14 282.21 0.83 0.47
Hex A1 15 DC 1B 5A 0 E 11A 53 2F
Octal 241 25 334 33 132 0 16 432 123 57
Binary 10100001 10101 11011100 11011 1011010 0 1110 100011010 1010011 101111

Color Harmonies of #A115DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A115DC

Black with #A115DC

Text Example


Text Example

White with #A115DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A115DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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