#A460A4

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

Shades of Violet Blue #A460A4

Tints of Violet Blue #A460A4

Color information

#A460A4 (or 0xA460A4) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and A4. RGB value is (164,96,164). Sum of RGB (Red+Green+Blue) = 164+96+164=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A460A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460A4 is #5B9F5B. Grayscale: #7B7B7B. Windows color (decimal): -6004572 or 10772644. OLE color: 10772644.

HSL color Cylindrical-coordinate representation of color #A460A4: hue angle of 300º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A460A4 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16496164-
CMYK00.4100.36
HSL300º27.2%50.98%-
HSV(B)300º41.46%64.31%-
XYZ26.1918.9437.4-
YUV124.08150.53156.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=38.68%
G=22.64%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649616400.4100.3630027.250.98
HexA460A402902412c1b33
Octal2441402440510444543363
Binary101001001100000101001000101001010010010010110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460A4; }

 p { color: rgb(164,96,164); }

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

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

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

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

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

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

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