Html Css Color HEX #A111E6 Dark Violet

📋 copy color: '#A111E6'

red 161 ◦ green 17 ◦ blue 230

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

Shades of Dark Violet #A111E6

Tints of Dark Violet #A111E6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.17%

 BLUE value IS 230 (90.23% from 255) = 56.37%

R = 39.46%
G = 4.17%
B = 56.37%

CMYK

 C value IS 0.3

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A111E6 (or 0xA111E6) is known color: Dark Violet. HEX triplet: A1, 11 and E6. RGB value is (161,17,230). Sum of RGB (Red+Green+Blue) = 161+17+230=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 230 (90.23% from 255 or 56.37% from 408); Max value from RGB is 230 - color contains mainly: blue. Hex color #A111E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A111E6 is #5EEE19. Grayscale: #535353. Windows color (decimal): -6221338 or 15077793. OLE color: 15077793.

HSL color Cylindrical-coordinate representation of color #A111E6: hue angle of 280.56º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A111E6 is Cyan = 0.3, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 17 230 -
CMYK 0.3 0.93 0 0.10
HSL 280.56º 0.86% 0.48% -
HSV(B) 280.56º 0.93% 0.9% -
XYZ 29.18 13.69 75.97 -
YUV 84.34 210.21 182.68 -
System Red Green Blue C M Y K H S L
Decimal 161 17 230 0.3 0.93 0 0.10 280.56 0.86 0.48
Hex A1 11 E6 1E 5D 0 A 119 56 30
Octal 241 21 346 36 135 0 12 431 126 60
Binary 10100001 10001 11100110 11110 1011101 0 1010 100011001 1010110 110000

Color Harmonies of #A111E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A111E6

Black with #A111E6

Text Example


Text Example

White with #A111E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A111E6; }

 p { color: rgb(161,17,230); }

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

background-color css

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

 a { background-color: rgb(161,17,230); }

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

border-color css

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

 span { border-color: rgb(161,17,230); }

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