#A067A9

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

Shades of Violet Blue #A067A9

Tints of Violet Blue #A067A9

Color information

#A067A9 (or 0xA067A9) is unknown color: approx Violet Blue. HEX triplet: A0, 67 and A9. RGB value is (160,103,169). Sum of RGB (Red+Green+Blue) = 160+103+169=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 169 (66.41% from 255 or 39.12% from 432); Max value from RGB is 169 - color contains mainly: blue. Hex color #A067A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A067A9 is #5F9856. Grayscale: #7F7F7F. Windows color (decimal): -6264919 or 11102112. OLE color: 11102112.

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

Color convert

RGB160103169-
CMYK0.050.3900.34
HSL291.82º27.73%53.33%-
HSV(B)291.82º39.05%66.27%-
XYZ26.5120.0440.01-
YUV127.57151.38151.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.04%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 169 (66.41% from 255) = 39.12%
R=37.04%
G=23.84%
B=39.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1601031690.050.3900.34291.8227.7353.33
HexA067A95270221241c35
Octal2401472515470424443465
Binary10100000110011110101001101100111010001010010010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067A9; }

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

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

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

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

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

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

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

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