#A6469C

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

Shades of Violet Blue #A6469C

Tints of Violet Blue #A6469C

Color information

#A6469C (or 0xA6469C) is unknown color: approx Violet Blue. HEX triplet: A6, 46 and 9C. RGB value is (166,70,156). Sum of RGB (Red+Green+Blue) = 166+70+156=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 166 - color contains mainly: red. Hex color #A6469C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6469C is #59B963. Grayscale: #6C6C6C. Windows color (decimal): -5880164 or 10241702. OLE color: 10241702.

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

Color convert

RGB16670156-
CMYK00.580.060.35
HSL306.25º40.68%46.27%-
HSV(B)306.25º57.83%65.1%-
XYZ23.9214.8933.07-
YUV108.51154.8169.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.35%
GREEN value IS 70 (27.73% from 255) = 17.86%
BLUE value IS 156 (61.33% from 255) = 39.80%
R=42.35%
G=17.86%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667015600.580.060.35306.2540.6846.27
HexA6469C03A623132292e
Octal2461062340726434625156
Binary101001101000110100111000111010110100011100110010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6469C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6469C; }

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

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

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

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

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

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

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

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