#A8669C

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

Shades of Violet Blue #A8669C

Tints of Violet Blue #A8669C

Color information

#A8669C (or 0xA8669C) is unknown color: approx Violet Blue. HEX triplet: A8, 66 and 9C. RGB value is (168,102,156). Sum of RGB (Red+Green+Blue) = 168+102+156=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8669C is #579963. Grayscale: #7F7F7F. Windows color (decimal): -5740900 or 10249896. OLE color: 10249896.

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

Color convert

RGB168102156-
CMYK00.390.070.34
HSL310.91º27.5%52.94%-
HSV(B)310.91º39.29%65.88%-
XYZ26.920.2333.94-
YUV127.89143.87156.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=39.44%
G=23.94%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810215600.390.070.34310.9127.552.94
HexA8669C0277221371c35
Octal2501462340477424673465
Binary10101000110011010011100010011111110001010011011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8669C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8669C; }

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

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

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

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

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

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

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

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