#A465AD

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

Shades of Violet Blue #A465AD

Tints of Violet Blue #A465AD

Color information

#A465AD (or 0xA465AD) is unknown color: approx Violet Blue. HEX triplet: A4, 65 and AD. RGB value is (164,101,173). Sum of RGB (Red+Green+Blue) = 164+101+173=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #A465AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A465AD is #5B9A52. Grayscale: #7F7F7F. Windows color (decimal): -6003283 or 11363748. OLE color: 11363748.

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

Color convert

RGB164101173-
CMYK0.050.4200.32
HSL292.5º30.51%53.73%-
HSV(B)292.5º41.62%67.84%-
XYZ27.5120.2241.99-
YUV128.05153.37153.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=37.44%
G=23.06%
B=39.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641011730.050.4200.32292.530.5153.73
HexA465AD52A0201241f36
Octal2441452555520404443766
Binary10100100110010110101101101101010010000010010010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465AD; }

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

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

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

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

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

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

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

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