#A415C4

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

Shades of Dark Violet #A415C4

Tints of Dark Violet #A415C4

Color information

#A415C4 (or 0xA415C4) is unknown color: approx Dark Violet. HEX triplet: A4, 15 and C4. RGB value is (164,21,196). Sum of RGB (Red+Green+Blue) = 164+21+196=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 196 (76.95% from 255 or 51.44% from 381); Max value from RGB is 196 - color contains mainly: blue. Hex color #A415C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A415C4 is #5BEA3B. Grayscale: #535353. Windows color (decimal): -6023740 or 12850596. OLE color: 12850596.

HSL color Cylindrical-coordinate representation of color #A415C4: hue angle of 289.03º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A415C4 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16421196-
CMYK0.160.8900.23
HSL289.03º80.65%42.55%-
HSV(B)289.03º89.29%76.86%-
XYZ25.5412.4153.27-
YUV83.71191.38185.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 21 (8.59% from 255) = 5.51%
BLUE value IS 196 (76.95% from 255) = 51.44%
R=43.04%
G=5.51%
B=51.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164211960.160.8900.23289.0380.6542.55
HexA415C41059017121512b
Octal244253042013102744112153
Binary1010010010101110001001000010110010101111001000011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A415C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A415C4; }

 p { color: rgb(164,21,196); }

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

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

 a { background-color: rgb(164,21,196); }

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

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

 span { border-color: rgb(164,21,196); }

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