#A6469E

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

Shades of Violet Blue #A6469E

Tints of Violet Blue #A6469E

Color information

#A6469E (or 0xA6469E) is unknown color: approx Violet Blue. HEX triplet: A6, 46 and 9E. RGB value is (166,70,158). Sum of RGB (Red+Green+Blue) = 166+70+158=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A6469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6469E is #59B961. Grayscale: #6C6C6C. Windows color (decimal): -5880162 or 10372774. OLE color: 10372774.

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

Color convert

RGB16670158-
CMYK00.580.050.35
HSL305º40.68%46.27%-
HSV(B)305º57.83%65.1%-
XYZ24.0914.9633.96-
YUV108.74155.8168.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 70 (27.73% from 255) = 17.77%
BLUE value IS 158 (62.11% from 255) = 40.10%
R=42.13%
G=17.77%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667015800.580.050.3530540.6846.27
HexA6469E03A523131292e
Octal2461062360725434615156
Binary101001101000110100111100111010101100011100110001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6469E; }

 p { color: rgb(166,70,158); }

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

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

 a { background-color: rgb(166,70,158); }

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

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

 span { border-color: rgb(166,70,158); }

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