#A667AF

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

Shades of Violet Blue #A667AF

Tints of Violet Blue #A667AF

Color information

#A667AF (or 0xA667AF) is unknown color: approx Violet Blue. HEX triplet: A6, 67 and AF. RGB value is (166,103,175). Sum of RGB (Red+Green+Blue) = 166+103+175=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 103 (40.62% from 255 or 23.20% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #A667AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A667AF is #599850. Grayscale: #818181. Windows color (decimal): -5871697 or 11495334. OLE color: 11495334.

HSL color Cylindrical-coordinate representation of color #A667AF: hue angle of 292.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A667AF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB166103175-
CMYK0.050.4100.31
HSL292.5º31.03%54.51%-
HSV(B)292.5º41.14%68.63%-
XYZ28.3120.943.1-
YUV130.04153.37153.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 103 (40.62% from 255) = 23.20%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=37.39%
G=23.20%
B=39.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661031750.050.4100.31292.531.0354.51
HexA667AF52901F1241f37
Octal2461472575510374443767
Binary1010011011001111010111110110100101111110010010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A667AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A667AF; }

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

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

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

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

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

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

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

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