#A117CA

Color #A117CA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A117CA

Tints of Dark Violet #A117CA

Color information

#A117CA (or 0xA117CA) is unknown color: approx Dark Violet. HEX triplet: A1, 17 and CA. RGB value is (161,23,202). Sum of RGB (Red+Green+Blue) = 161+23+202=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #A117CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117CA is #5EE835. Grayscale: #545454. Windows color (decimal): -6219830 or 13244321. OLE color: 13244321.

HSL color Cylindrical-coordinate representation of color #A117CA: hue angle of 286.26º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A117CA is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16123202-
CMYK0.200.8900.21
HSL286.26º79.56%44.12%-
HSV(B)286.26º88.61%79.22%-
XYZ25.6712.4556.93-
YUV84.67194.22182.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 23 (9.38% from 255) = 5.96%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=41.71%
G=5.96%
B=52.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161232020.200.8900.21286.2679.5644.12
HexA117CA145901511e502c
Octal241273122413102543612054
Binary1010000110111110010101010010110010101011000111101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A117CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A117CA; }

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

 H1.HeaderClassName
 {
   color: #A117CA;
 }
 .AnyTagClassName
 {
   color: #A117CA;
 }
</style>
background-color css

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

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

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

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

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

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