#a264aa

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

Shades of Violet Blue #A264AA

Tints of Violet Blue #A264AA

Color information

#A264AA (or 0xA264AA) is unknown color: approx Violet Blue. HEX triplet: A2, 64 and AA. RGB value is (162,100,170). Sum of RGB (Red+Green+Blue) = 162+100+170=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #A264AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A264AA is #5D9B55. Grayscale: #7E7E7E. Windows color (decimal): -6134614 or 11166882. OLE color: 11166882.

HSL color Cylindrical-coordinate representation of color #A264AA: hue angle of 293.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A264AA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB162100170-
CMYK0.050.4100.33
HSL293.14º29.17%52.94%-
HSV(B)293.14º41.18%66.67%-
XYZ26.7119.740.42-
YUV126.52152.54153.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=37.5%
G=23.15%
B=39.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621001700.050.4100.33293.1429.1752.94
HexA264AA5290211251d35
Octal2421442525510414453565
Binary10100010110010010101010101101001010000110010010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a264aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a264aa; }

 p { color: rgb(162,100,170); }

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

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

 a { background-color: rgb(162,100,170); }

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

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

 span { border-color: rgb(162,100,170); }

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