#A460AB

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

Shades of Violet Blue #A460AB

Tints of Violet Blue #A460AB

Color information

#A460AB (or 0xA460AB) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and AB. RGB value is (164,96,171). Sum of RGB (Red+Green+Blue) = 164+96+171=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #A460AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460AB is #5B9F54. Grayscale: #7C7C7C. Windows color (decimal): -6004565 or 11231396. OLE color: 11231396.

HSL color Cylindrical-coordinate representation of color #A460AB: hue angle of 294.4º degrees, saturation: 0.31, 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 #A460AB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16496171-
CMYK0.040.4400.33
HSL294.4º30.86%52.35%-
HSV(B)294.4º43.86%67.06%-
XYZ26.8419.240.82-
YUV124.88154.03155.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.05%
GREEN value IS 96 (37.89% from 255) = 22.27%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=38.05%
G=22.27%
B=39.68%

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
Decimal164961710.040.4400.33294.430.8652.35
HexA460AB42C0211261f34
Octal2441402534540414463764
Binary10100100110000010101011100101100010000110010011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460AB; }

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

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

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

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

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

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

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

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