Html Css Color HEX #A117CE Dark Violet

📋 copy color: '#A117CE'

red 161 ◦ green 23 ◦ blue 206

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

Shades of Dark Violet #A117CE

Tints of Dark Violet #A117CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 41.28%
G = 5.9%
B = 52.82%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A117CE (or 0xA117CE) is known color: Dark Violet. HEX triplet: A1, 17 and CE. RGB value is (161,23,206). Sum of RGB (Red+Green+Blue) = 161+23+206=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #A117CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117CE is #5EE831. Grayscale: #545454. Windows color (decimal): -6219826 or 13506465. OLE color: 13506465.

HSL color Cylindrical-coordinate representation of color #A117CE: hue angle of 285.25º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A117CE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 23 206 -
CMYK 0.22 0.89 0 0.19
HSL 285.25º 0.8% 0.45% -
HSV(B) 285.25º 0.89% 0.81% -
XYZ 26.14 12.65 59.46 -
YUV 85.12 196.22 182.12 -
System Red Green Blue C M Y K H S L
Decimal 161 23 206 0.22 0.89 0 0.19 285.25 0.8 0.45
Hex A1 17 CE 16 59 0 13 11D 50 2D
Octal 241 27 316 26 131 0 23 435 120 55
Binary 10100001 10111 11001110 10110 1011001 0 10011 100011101 1010000 101101

Color Harmonies of #A117CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A117CE

Black with #A117CE

Text Example


Text Example

White with #A117CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A117CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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