#A65DAE

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

Shades of Violet Blue #A65DAE

Tints of Violet Blue #A65DAE

Color information

#A65DAE (or 0xA65DAE) is unknown color: approx Violet Blue. HEX triplet: A6, 5D and AE. RGB value is (166,93,174). Sum of RGB (Red+Green+Blue) = 166+93+174=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #A65DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DAE is #59A251. Grayscale: #7B7B7B. Windows color (decimal): -5874258 or 11427238. OLE color: 11427238.

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

Color convert

RGB16693174-
CMYK0.050.4700.32
HSL294.07º33.33%52.35%-
HSV(B)294.07º46.55%68.24%-
XYZ27.2818.9942.27-
YUV124.06156.18157.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.34%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 174 (68.36% from 255) = 40.18%
R=38.34%
G=21.48%
B=40.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166931740.050.4700.32294.0733.3352.35
HexA65DAE52F0201262134
Octal2461352565570404464164
Binary101001101011101101011101011011110100000100100110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DAE; }

 p { color: rgb(166,93,174); }

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

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

 a { background-color: rgb(166,93,174); }

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

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

 span { border-color: rgb(166,93,174); }

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