#A8669D

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

Shades of Violet Blue #A8669D

Tints of Violet Blue #A8669D

Color information

#A8669D (or 0xA8669D) is unknown color: approx Violet Blue. HEX triplet: A8, 66 and 9D. RGB value is (168,102,157). Sum of RGB (Red+Green+Blue) = 168+102+157=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8669D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8669D is #579962. Grayscale: #7F7F7F. Windows color (decimal): -5740899 or 10315432. OLE color: 10315432.

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

Color convert

RGB168102157-
CMYK00.390.070.34
HSL310º27.5%52.94%-
HSV(B)310º39.29%65.88%-
XYZ26.9920.2634.39-
YUV128144.37156.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 157 (61.72% from 255) = 36.77%
R=39.34%
G=23.89%
B=36.77%

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
Decimal16810215700.390.070.3431027.552.94
HexA8669D0277221361c35
Octal2501462350477424663465
Binary10101000110011010011101010011111110001010011011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8669D; }

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

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

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

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

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

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

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

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