#A405BA

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

Shades of Dark Violet #A405BA

Tints of Dark Violet #A405BA

Color information

#A405BA (or 0xA405BA) is unknown color: approx Dark Violet. HEX triplet: A4, 05 and BA. RGB value is (164,5,186). Sum of RGB (Red+Green+Blue) = 164+5+186=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #A405BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405BA is #5BFA45. Grayscale: #484848. Windows color (decimal): -6027846 or 12191140. OLE color: 12191140.

HSL color Cylindrical-coordinate representation of color #A405BA: hue angle of 292.71º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A405BA is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1645186-
CMYK0.120.9700.27
HSL292.71º94.76%37.45%-
HSV(B)292.71º97.31%72.94%-
XYZ24.2311.5547.41-
YUV73.18191.68192.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=46.20%
G=1.41%
B=52.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16451860.120.9700.27292.7194.7637.45
HexA45BAC6101B1255f25
Octal24452721414103344513745
Binary1010010010110111010110011000010110111001001011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A405BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A405BA; }

 p { color: rgb(164,5,186); }

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

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

 a { background-color: rgb(164,5,186); }

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

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

 span { border-color: rgb(164,5,186); }

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