#A8669B

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

Shades of Violet Blue #A8669B

Tints of Violet Blue #A8669B

Color information

#A8669B (or 0xA8669B) is unknown color: approx Violet Blue. HEX triplet: A8, 66 and 9B. RGB value is (168,102,155). Sum of RGB (Red+Green+Blue) = 168+102+155=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8669B is #579964. Grayscale: #7F7F7F. Windows color (decimal): -5740901 or 10184360. OLE color: 10184360.

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

Color convert

RGB168102155-
CMYK00.390.080.34
HSL311.82º27.5%52.94%-
HSV(B)311.82º39.29%65.88%-
XYZ26.8220.1933.49-
YUV127.78143.37156.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.53%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=39.53%
G=24%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810215500.390.080.34311.8227.552.94
HexA8669B0278221381c35
Octal25014623304710424703465
Binary101010001100110100110110100111100010001010011100011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8669B; }

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

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

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

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

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

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

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

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