#A65D94

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

Shades of Violet Blue #A65D94

Tints of Violet Blue #A65D94

Color information

#A65D94 (or 0xA65D94) is unknown color: approx Violet Blue. HEX triplet: A6, 5D and 94. RGB value is (166,93,148). Sum of RGB (Red+Green+Blue) = 166+93+148=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65D94 is #59A26B. Grayscale: #787878. Windows color (decimal): -5874284 or 9723302. OLE color: 9723302.

HSL color Cylindrical-coordinate representation of color #A65D94: hue angle of 314.79º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D94 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16693148-
CMYK00.440.110.35
HSL314.79º29.08%50.78%-
HSV(B)314.79º43.98%65.1%-
XYZ24.9918.0730.19-
YUV121.1143.18160.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 93 (36.72% from 255) = 22.85%
BLUE value IS 148 (58.20% from 255) = 36.36%
R=40.79%
G=22.85%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669314800.440.110.35314.7929.0850.78
HexA65D9402CB2313b1d33
Octal24613522405413434733563
Binary101001101011101100101000101100101110001110011101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D94; }

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

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

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

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

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

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

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

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