#A407BE

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

Shades of Dark Violet #A407BE

Tints of Dark Violet #A407BE

Color information

#A407BE (or 0xA407BE) is unknown color: approx Dark Violet. HEX triplet: A4, 07 and BE. RGB value is (164,7,190). Sum of RGB (Red+Green+Blue) = 164+7+190=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #A407BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A407BE is #5BF841. Grayscale: #4A4A4A. Windows color (decimal): -6027330 or 12453796. OLE color: 12453796.

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

Color convert

RGB1647190-
CMYK0.140.9600.25
HSL291.48º92.89%38.63%-
HSV(B)291.48º96.32%74.51%-
XYZ24.6811.7649.68-
YUV74.81193.01191.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 7 (3.12% from 255) = 1.94%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=45.43%
G=1.94%
B=52.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16471900.140.9600.25291.4892.8938.63
HexA47BEE600191235d27
Octal24472761614003144313547
Binary1010010011110111110111011000000110011001000111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A407BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A407BE; }

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

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

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

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

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

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

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

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