Html Css Color HEX #A111EE Dark Violet

📋 copy color: '#A111EE'

red 161 ◦ green 17 ◦ blue 238

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

Shades of Dark Violet #A111EE

Tints of Dark Violet #A111EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.21%

R = 38.7%
G = 4.09%
B = 57.21%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A111EE (or 0xA111EE) is known color: Dark Violet. HEX triplet: A1, 11 and EE. RGB value is (161,17,238). Sum of RGB (Red+Green+Blue) = 161+17+238=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #A111EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A111EE is #5EEE11. Grayscale: #545454. Windows color (decimal): -6221330 or 15602081. OLE color: 15602081.

HSL color Cylindrical-coordinate representation of color #A111EE: hue angle of 279.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A111EE is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 17 238 -
CMYK 0.32 0.93 0 0.07
HSL 279.1º 0.87% 0.5% -
HSV(B) 279.1º 0.93% 0.93% -
XYZ 30.33 14.15 82.02 -
YUV 85.25 214.21 182.03 -
System Red Green Blue C M Y K H S L
Decimal 161 17 238 0.32 0.93 0 0.07 279.1 0.87 0.5
Hex A1 11 EE 20 5D 0 7 117 57 32
Octal 241 21 356 40 135 0 7 427 127 62
Binary 10100001 10001 11101110 100000 1011101 0 111 100010111 1010111 110010

Color Harmonies of #A111EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A111EE

Black with #A111EE

Text Example


Text Example

White with #A111EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A111EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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