#A8669E

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

Shades of Violet Blue #A8669E

Tints of Violet Blue #A8669E

Color information

#A8669E (or 0xA8669E) is unknown color: approx Violet Blue. HEX triplet: A8, 66 and 9E. RGB value is (168,102,158). Sum of RGB (Red+Green+Blue) = 168+102+158=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8669E is #579961. Grayscale: #7F7F7F. Windows color (decimal): -5740898 or 10380968. OLE color: 10380968.

HSL color Cylindrical-coordinate representation of color #A8669E: hue angle of 309.09º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8669E is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB168102158-
CMYK00.390.060.34
HSL309.09º27.5%52.94%-
HSV(B)309.09º39.29%65.88%-
XYZ27.0720.334.84-
YUV128.12144.87156.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 102 (40.23% from 255) = 23.83%
BLUE value IS 158 (62.11% from 255) = 36.92%
R=39.25%
G=23.83%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810215800.390.060.34309.0927.552.94
HexA8669E0276221351c35
Octal2501462360476424653465
Binary10101000110011010011110010011111010001010011010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8669E; }

 p { color: rgb(168,102,158); }

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

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

 a { background-color: rgb(168,102,158); }

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

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

 span { border-color: rgb(168,102,158); }

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