#A460AD

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

Shades of Violet Blue #A460AD

Tints of Violet Blue #A460AD

Color information

#A460AD (or 0xA460AD) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and AD. RGB value is (164,96,173). Sum of RGB (Red+Green+Blue) = 164+96+173=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #A460AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460AD is #5B9F52. Grayscale: #7C7C7C. Windows color (decimal): -6004563 or 11362468. OLE color: 11362468.

HSL color Cylindrical-coordinate representation of color #A460AD: hue angle of 292.99º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A460AD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16496173-
CMYK0.050.4500.32
HSL292.99º31.95%52.75%-
HSV(B)292.99º44.51%67.84%-
XYZ27.0419.2841.83-
YUV125.11155.03155.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=37.88%
G=22.17%
B=39.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164961730.050.4500.32292.9931.9552.75
HexA460AD52D0201252035
Octal2441402555550404454065
Binary101001001100000101011011011011010100000100100101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460AD; }

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

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

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

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

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

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

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

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