#a647a4

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

Shades of Violet Blue #A647A4

Tints of Violet Blue #A647A4

Color information

#A647A4 (or 0xA647A4) is unknown color: approx Violet Blue. HEX triplet: A6, 47 and A4. RGB value is (166,71,164). Sum of RGB (Red+Green+Blue) = 166+71+164=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A647A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A647A4 is #59B85B. Grayscale: #6D6D6D. Windows color (decimal): -5879900 or 10766246. OLE color: 10766246.

HSL color Cylindrical-coordinate representation of color #A647A4: hue angle of 301.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A647A4 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16671164-
CMYK00.570.010.35
HSL301.26º40.08%46.47%-
HSV(B)301.26º57.23%65.1%-
XYZ24.6815.2936.77-
YUV110.01158.47167.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 71 (28.12% from 255) = 17.71%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=41.40%
G=17.71%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667116400.570.010.35301.2640.0846.47
HexA647A403912312d282e
Octal2461072440711434555056
Binary1010011010001111010010001110011100011100101101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a647a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a647a4; }

 p { color: rgb(166,71,164); }

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

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

 a { background-color: rgb(166,71,164); }

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

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

 span { border-color: rgb(166,71,164); }

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