#A469AA

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

Shades of Violet Blue #A469AA

Tints of Violet Blue #A469AA

Color information

#A469AA (or 0xA469AA) is unknown color: approx Violet Blue. HEX triplet: A4, 69 and AA. RGB value is (164,105,170). Sum of RGB (Red+Green+Blue) = 164+105+170=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #A469AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A469AA is #5B9655. Grayscale: #818181. Windows color (decimal): -6002262 or 11168164. OLE color: 11168164.

HSL color Cylindrical-coordinate representation of color #A469AA: hue angle of 294.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A469AA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164105170-
CMYK0.040.3800.33
HSL294.46º27.66%53.92%-
HSV(B)294.46º38.24%66.67%-
XYZ27.6220.940.61-
YUV130.05150.55152.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.36%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=37.36%
G=23.92%
B=38.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641051700.040.3800.33294.4627.6653.92
HexA469AA4260211261c36
Octal2441512524460414463466
Binary10100100110100110101010100100110010000110010011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469AA; }

 p { color: rgb(164,105,170); }

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

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

 a { background-color: rgb(164,105,170); }

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

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

 span { border-color: rgb(164,105,170); }

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