#A264B0

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

Shades of Violet Blue #A264B0

Tints of Violet Blue #A264B0

Color information

#A264B0 (or 0xA264B0) is unknown color: approx Violet Blue. HEX triplet: A2, 64 and B0. RGB value is (162,100,176). Sum of RGB (Red+Green+Blue) = 162+100+176=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 176 - color contains mainly: blue. Hex color #A264B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A264B0 is #5D9B4F. Grayscale: #7E7E7E. Windows color (decimal): -6134608 or 11560098. OLE color: 11560098.

HSL color Cylindrical-coordinate representation of color #A264B0: hue angle of 288.95º 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 #A264B0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162100176-
CMYK0.080.4300.31
HSL288.95º32.48%54.12%-
HSV(B)288.95º43.18%69.02%-
XYZ27.2919.9343.48-
YUV127.2155.54152.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.99%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 176 (69.14% from 255) = 40.18%
R=36.99%
G=22.83%
B=40.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621001760.080.4300.31288.9532.4854.12
HexA264B082B01F1212036
Octal24214426010530374414066
Binary101000101100100101100001000101011011111100100001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A264B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A264B0; }

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

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

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

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

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

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

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

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