#A417C7

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

Shades of Dark Violet #A417C7

Tints of Dark Violet #A417C7

Color information

#A417C7 (or 0xA417C7) is unknown color: approx Dark Violet. HEX triplet: A4, 17 and C7. RGB value is (164,23,199). Sum of RGB (Red+Green+Blue) = 164+23+199=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 199 (78.12% from 255 or 51.55% from 386); Max value from RGB is 199 - color contains mainly: blue. Hex color #A417C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417C7 is #5BE838. Grayscale: #545454. Windows color (decimal): -6023225 or 13047716. OLE color: 13047716.

HSL color Cylindrical-coordinate representation of color #A417C7: hue angle of 288.07º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A417C7 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16423199-
CMYK0.180.8800.22
HSL288.07º79.28%43.53%-
HSV(B)288.07º88.44%78.04%-
XYZ25.9312.6355.1-
YUV85.22192.21184.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 23 (9.38% from 255) = 5.96%
BLUE value IS 199 (78.12% from 255) = 51.55%
R=42.49%
G=5.96%
B=51.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164231990.180.8800.22288.0779.2843.53
HexA417C712580161204f2c
Octal244273072213002644011754
Binary1010010010111110001111001010110000101101001000001001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A417C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A417C7; }

 p { color: rgb(164,23,199); }

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

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

 a { background-color: rgb(164,23,199); }

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

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

 span { border-color: rgb(164,23,199); }

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