Html Css Color HEX #A117E6 Dark Violet

📋 copy color: '#A117E6'

red 161 ◦ green 23 ◦ blue 230

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

Shades of Dark Violet #A117E6

Tints of Dark Violet #A117E6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.56%

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

R = 38.89%
G = 5.56%
B = 55.56%

CMYK

 C value IS 0.3

 M value IS 0.9

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A117E6 (or 0xA117E6) is known color: Dark Violet. HEX triplet: A1, 17 and E6. RGB value is (161,23,230). Sum of RGB (Red+Green+Blue) = 161+23+230=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #A117E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117E6 is #5EE819. Grayscale: #575757. Windows color (decimal): -6219802 or 15079329. OLE color: 15079329.

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

Color convert

RGB 161 23 230 -
CMYK 0.3 0.9 0 0.10
HSL 280º 0.82% 0.5% -
HSV(B) 280º 0.9% 0.9% -
XYZ 29.29 13.9 76 -
YUV 87.86 208.22 180.17 -
System Red Green Blue C M Y K H S L
Decimal 161 23 230 0.3 0.9 0 0.10 280 0.82 0.5
Hex A1 17 E6 1E 5A 0 A 118 52 32
Octal 241 27 346 36 132 0 12 430 122 62
Binary 10100001 10111 11100110 11110 1011010 0 1010 100011000 1010010 110010

Color Harmonies of #A117E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117E6

Black with #A117E6

Text Example


Text Example

White with #A117E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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