#A6469A

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

Shades of Violet Blue #A6469A

Tints of Violet Blue #A6469A

Color information

#A6469A (or 0xA6469A) is unknown color: approx Violet Blue. HEX triplet: A6, 46 and 9A. RGB value is (166,70,154). Sum of RGB (Red+Green+Blue) = 166+70+154=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 70 (27.73% from 255 or 17.95% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 166 - color contains mainly: red. Hex color #A6469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6469A is #59B965. Grayscale: #6C6C6C. Windows color (decimal): -5880166 or 10110630. OLE color: 10110630.

HSL color Cylindrical-coordinate representation of color #A6469A: hue angle of 307.5º 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 #A6469A is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16670154-
CMYK00.580.070.35
HSL307.5º40.68%46.27%-
HSV(B)307.5º57.83%65.1%-
XYZ23.7514.8232.18-
YUV108.28153.8169.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.56%
GREEN value IS 70 (27.73% from 255) = 17.95%
BLUE value IS 154 (60.55% from 255) = 39.49%
R=42.56%
G=17.95%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667015400.580.070.35307.540.6846.27
HexA6469A03A723134292e
Octal2461062320727434645156
Binary101001101000110100110100111010111100011100110100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6469A; }

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

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

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

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

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

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

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

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