#a460a5

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

Shades of Violet Blue #A460A5

Tints of Violet Blue #A460A5

Color information

#A460A5 (or 0xA460A5) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and A5. RGB value is (164,96,165). Sum of RGB (Red+Green+Blue) = 164+96+165=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 165 - color contains mainly: blue. Hex color #A460A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460A5 is #5B9F5A. Grayscale: #7B7B7B. Windows color (decimal): -6004571 or 10838180. OLE color: 10838180.

HSL color Cylindrical-coordinate representation of color #A460A5: hue angle of 299.13º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A460A5 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16496165-
CMYK0.010.4200.35
HSL299.13º27.71%51.18%-
HSV(B)299.13º41.82%64.71%-
XYZ26.2818.9737.87-
YUV124.2151.03156.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 165 (64.84% from 255) = 38.82%
R=38.59%
G=22.59%
B=38.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164961650.010.4200.35299.1327.7151.18
HexA460A512A02312b1c33
Octal2441402451520434533463
Binary101001001100000101001011101010010001110010101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a460a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a460a5; }

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

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

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

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

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

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

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

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