#A065AD

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

Shades of Violet Blue #A065AD

Tints of Violet Blue #A065AD

Color information

#A065AD (or 0xA065AD) is unknown color: approx Violet Blue. HEX triplet: A0, 65 and AD. RGB value is (160,101,173). Sum of RGB (Red+Green+Blue) = 160+101+173=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #A065AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A065AD is #5F9A52. Grayscale: #7E7E7E. Windows color (decimal): -6265427 or 11363744. OLE color: 11363744.

HSL color Cylindrical-coordinate representation of color #A065AD: hue angle of 289.17º 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 #A065AD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160101173-
CMYK0.080.4200.32
HSL289.17º30.51%53.73%-
HSV(B)289.17º41.62%67.84%-
XYZ26.6919.841.95-
YUV126.85154.05151.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=36.87%
G=23.27%
B=39.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601011730.080.4200.32289.1730.5153.73
HexA065AD82A0201211f36
Octal24014525510520404413766
Binary101000001100101101011011000101010010000010010000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A065AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A065AD; }

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

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

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

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

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

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

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

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