#A460A7

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

Shades of Violet Blue #A460A7

Tints of Violet Blue #A460A7

Color information

#A460A7 (or 0xA460A7) is unknown color: approx Violet Blue. HEX triplet: A4, 60 and A7. RGB value is (164,96,167). Sum of RGB (Red+Green+Blue) = 164+96+167=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 167 - color contains mainly: blue. Hex color #A460A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A460A7 is #5B9F58. Grayscale: #7C7C7C. Windows color (decimal): -6004569 or 10969252. OLE color: 10969252.

HSL color Cylindrical-coordinate representation of color #A460A7: hue angle of 297.46º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A460A7 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16496167-
CMYK0.020.4300.35
HSL297.46º28.74%51.57%-
HSV(B)297.46º42.51%65.49%-
XYZ26.4719.0538.84-
YUV124.43152.03156.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 96 (37.89% from 255) = 22.48%
BLUE value IS 167 (65.62% from 255) = 39.11%
R=38.41%
G=22.48%
B=39.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164961670.020.4300.35297.4628.7451.57
HexA460A722B0231291d34
Octal2441402472530434513564
Binary1010010011000001010011110101011010001110010100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460A7; }

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

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

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

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

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

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

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

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