#A405BE

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

Shades of Dark Violet #A405BE

Tints of Dark Violet #A405BE

Color information

#A405BE (or 0xA405BE) is unknown color: approx Dark Violet. HEX triplet: A4, 05 and BE. RGB value is (164,5,190). Sum of RGB (Red+Green+Blue) = 164+5+190=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #A405BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405BE is #5BFA41. Grayscale: #494949. Windows color (decimal): -6027842 or 12453284. OLE color: 12453284.

HSL color Cylindrical-coordinate representation of color #A405BE: hue angle of 291.57º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A405BE is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1645190-
CMYK0.140.9700.25
HSL291.57º94.87%38.24%-
HSV(B)291.57º97.37%74.51%-
XYZ24.6611.7249.68-
YUV73.63193.68192.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=45.68%
G=1.39%
B=52.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16451900.140.9700.25291.5794.8738.24
HexA45BEE610191245f26
Octal24452761614103144413746
Binary1010010010110111110111011000010110011001001001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A405BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A405BE; }

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

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

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

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

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

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

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

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