#A460AA

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

Shades of Violet Blue #A460AA

Tints of Violet Blue #A460AA

Color information

#A460AA (or 0xA460AA) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and AA. RGB value is (164,96,170). Sum of RGB (Red+Green+Blue) = 164+96+170=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #A460AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460AA is #5B9F55. Grayscale: #7C7C7C. Windows color (decimal): -6004566 or 11165860. OLE color: 11165860.

HSL color Cylindrical-coordinate representation of color #A460AA: hue angle of 295.14º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A460AA is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16496170-
CMYK0.040.4400.33
HSL295.14º30.33%52.16%-
HSV(B)295.14º43.53%66.67%-
XYZ26.7519.1640.32-
YUV124.77153.53155.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.14%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 170 (66.80% from 255) = 39.53%
R=38.14%
G=22.33%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164961700.040.4400.33295.1430.3352.16
HexA460AA42C0211271e34
Octal2441402524540414473664
Binary10100100110000010101010100101100010000110010011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460AA; }

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

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

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

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

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

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

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

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