#A65DAF

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

Shades of Violet Blue #A65DAF

Tints of Violet Blue #A65DAF

Color information

#A65DAF (or 0xA65DAF) is unknown color: approx Violet Blue. HEX triplet: A6, 5D and AF. RGB value is (166,93,175). Sum of RGB (Red+Green+Blue) = 166+93+175=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A65DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65DAF is #59A250. Grayscale: #7B7B7B. Windows color (decimal): -5874257 or 11492774. OLE color: 11492774.

HSL color Cylindrical-coordinate representation of color #A65DAF: hue angle of 293.41º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65DAF is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16693175-
CMYK0.050.4700.31
HSL293.41º33.88%52.55%-
HSV(B)293.41º46.86%68.63%-
XYZ27.3819.0342.79-
YUV124.18156.68157.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=38.25%
G=21.43%
B=40.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166931750.050.4700.31293.4133.8852.55
HexA65DAF52F01F1252235
Octal2461352575570374454265
Binary10100110101110110101111101101111011111100100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DAF; }

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

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

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

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

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

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

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

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