#A865AD

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

Shades of Violet Blue #A865AD

Tints of Violet Blue #A865AD

Color information

#A865AD (or 0xA865AD) is unknown color: approx Violet Blue. HEX triplet: A8, 65 and AD. RGB value is (168,101,173). Sum of RGB (Red+Green+Blue) = 168+101+173=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #A865AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A865AD is #579A52. Grayscale: #818181. Windows color (decimal): -5741139 or 11363752. OLE color: 11363752.

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

Color convert

RGB168101173-
CMYK0.030.4200.32
HSL295.83º30.51%53.73%-
HSV(B)295.83º41.62%67.84%-
XYZ28.3420.6542.03-
YUV129.24152.7155.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.01%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=38.01%
G=22.85%
B=39.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681011730.030.4200.32295.8330.5153.73
HexA865AD32A0201281f36
Octal2501452553520404503766
Binary1010100011001011010110111101010010000010010100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A865AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A865AD; }

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

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

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

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

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

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

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

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