#A667AC

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

Shades of Violet Blue #A667AC

Tints of Violet Blue #A667AC

Color information

#A667AC (or 0xA667AC) is unknown color: approx Violet Blue. HEX triplet: A6, 67 and AC. RGB value is (166,103,172). Sum of RGB (Red+Green+Blue) = 166+103+172=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #A667AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A667AC is #599853. Grayscale: #818181. Windows color (decimal): -5871700 or 11298726. OLE color: 11298726.

HSL color Cylindrical-coordinate representation of color #A667AC: hue angle of 294.78º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A667AC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166103172-
CMYK0.030.4000.33
HSL294.78º29.36%53.92%-
HSV(B)294.78º40.12%67.45%-
XYZ28.0220.7941.56-
YUV129.7151.87153.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.64%
GREEN value IS 103 (40.62% from 255) = 23.36%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=37.64%
G=23.36%
B=39.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661031720.030.4000.33294.7829.3653.92
HexA667AC3280211271d36
Octal2461472543500414473566
Binary1010011011001111010110011101000010000110010011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A667AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A667AC; }

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

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

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

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

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

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

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

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