#A264AF

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

Shades of Violet Blue #A264AF

Tints of Violet Blue #A264AF

Color information

#A264AF (or 0xA264AF) is unknown color: approx Violet Blue. HEX triplet: A2, 64 and AF. RGB value is (162,100,175). Sum of RGB (Red+Green+Blue) = 162+100+175=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #A264AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A264AF is #5D9B50. Grayscale: #7E7E7E. Windows color (decimal): -6134609 or 11494562. OLE color: 11494562.

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

Color convert

RGB162100175-
CMYK0.070.4300.31
HSL289.6º31.91%53.92%-
HSV(B)289.6º42.86%68.63%-
XYZ27.219.8942.96-
YUV127.09155.04152.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=37.07%
G=22.88%
B=40.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621001750.070.4300.31289.631.9153.92
HexA264AF72B01F1222036
Octal2421442577530374424066
Binary10100010110010010101111111101011011111100100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264AF; }

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

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

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

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

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

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

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

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