#A265AE

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

Shades of Violet Blue #A265AE

Tints of Violet Blue #A265AE

Color information

#A265AE (or 0xA265AE) is unknown color: approx Violet Blue. HEX triplet: A2, 65 and AE. RGB value is (162,101,174). Sum of RGB (Red+Green+Blue) = 162+101+174=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 101 (39.84% from 255 or 23.11% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 174 - color contains mainly: blue. Hex color #A265AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A265AE is #5D9A51. Grayscale: #7F7F7F. Windows color (decimal): -6134354 or 11429282. OLE color: 11429282.

HSL color Cylindrical-coordinate representation of color #A265AE: hue angle of 290.14º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A265AE is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB162101174-
CMYK0.070.4200.32
HSL290.14º31.06%53.92%-
HSV(B)290.14º41.95%68.24%-
XYZ27.1920.0442.48-
YUV127.56154.21152.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 101 (39.84% from 255) = 23.11%
BLUE value IS 174 (68.36% from 255) = 39.82%
R=37.07%
G=23.11%
B=39.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621011740.070.4200.32290.1431.0653.92
HexA265AE72A0201221f36
Octal2421452567520404423766
Binary10100010110010110101110111101010010000010010001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A265AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A265AE; }

 p { color: rgb(162,101,174); }

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

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

 a { background-color: rgb(162,101,174); }

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

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

 span { border-color: rgb(162,101,174); }

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