#A667A0

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

Shades of Violet Blue #A667A0

Tints of Violet Blue #A667A0

Color information

#A667A0 (or 0xA667A0) is unknown color: approx Violet Blue. HEX triplet: A6, 67 and A0. RGB value is (166,103,160). Sum of RGB (Red+Green+Blue) = 166+103+160=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A667A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A667A0 is #59985F. Grayscale: #808080. Windows color (decimal): -5871712 or 10512294. OLE color: 10512294.

HSL color Cylindrical-coordinate representation of color #A667A0: hue angle of 305.71º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A667A0 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB166103160-
CMYK00.380.040.35
HSL305.71º26.14%52.75%-
HSV(B)305.71º37.95%65.1%-
XYZ26.9220.3535.77-
YUV128.34145.87154.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.69%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=38.69%
G=24.01%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610316000.380.040.35305.7126.1452.75
HexA667A00264231321a35
Octal2461472400464434623265
Binary10100110110011110100000010011010010001110011001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A667A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A667A0; }

 p { color: rgb(166,103,160); }

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

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

 a { background-color: rgb(166,103,160); }

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

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

 span { border-color: rgb(166,103,160); }

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