#A643AE

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

Shades of Violet Blue #A643AE

Tints of Violet Blue #A643AE

Color information

#A643AE (or 0xA643AE) is unknown color: approx Violet Blue. HEX triplet: A6, 43 and AE. RGB value is (166,67,174). Sum of RGB (Red+Green+Blue) = 166+67+174=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 174 - color contains mainly: blue. Hex color #A643AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A643AE is #59BC51. Grayscale: #6C6C6C. Windows color (decimal): -5880914 or 11420582. OLE color: 11420582.

HSL color Cylindrical-coordinate representation of color #A643AE: hue angle of 295.51º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A643AE is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16667174-
CMYK0.050.6100.32
HSL295.51º44.4%47.25%-
HSV(B)295.51º61.49%68.24%-
XYZ25.3715.1841.64-
YUV108.8164.8168.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 67 (26.56% from 255) = 16.46%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=40.79%
G=16.46%
B=42.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166671740.050.6100.32295.5144.447.25
HexA643AE53D0201282c2f
Octal2461032565750404505457
Binary101001101000011101011101011111010100000100101000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A643AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A643AE; }

 p { color: rgb(166,67,174); }

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

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

 a { background-color: rgb(166,67,174); }

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

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

 span { border-color: rgb(166,67,174); }

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