#A667AD

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

Shades of Violet Blue #A667AD

Tints of Violet Blue #A667AD

Color information

#A667AD (or 0xA667AD) is unknown color: approx Violet Blue. HEX triplet: A6, 67 and AD. RGB value is (166,103,173). Sum of RGB (Red+Green+Blue) = 166+103+173=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #A667AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A667AD is #599852. Grayscale: #818181. Windows color (decimal): -5871699 or 11364262. OLE color: 11364262.

HSL color Cylindrical-coordinate representation of color #A667AD: hue angle of 294º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A667AD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB166103173-
CMYK0.040.4000.32
HSL294º29.91%54.12%-
HSV(B)294º40.46%67.84%-
XYZ28.1220.8242.07-
YUV129.82152.37153.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.56%
GREEN value IS 103 (40.62% from 255) = 23.30%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=37.56%
G=23.30%
B=39.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661031730.040.4000.3229429.9154.12
HexA667AD4280201261e36
Octal2461472554500404463666
Binary10100110110011110101101100101000010000010010011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A667AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A667AD; }

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

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

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

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

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

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

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

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