#A65F93

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

Shades of Violet Blue #A65F93

Tints of Violet Blue #A65F93

Color information

#A65F93 (or 0xA65F93) is unknown color: approx Violet Blue. HEX triplet: A6, 5F and 93. RGB value is (166,95,147). Sum of RGB (Red+Green+Blue) = 166+95+147=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F93 is #59A06C. Grayscale: #7A7A7A. Windows color (decimal): -5873773 or 9658278. OLE color: 9658278.

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

Color convert

RGB16695147-
CMYK00.430.110.35
HSL316.06º28.51%51.18%-
HSV(B)316.06º42.77%65.1%-
XYZ25.0818.429.83-
YUV122.16142.02159.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 95 (37.5% from 255) = 23.28%
BLUE value IS 147 (57.81% from 255) = 36.03%
R=40.69%
G=23.28%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669514700.430.110.35316.0628.5151.18
HexA65F9302BB2313c1d33
Octal24613722305313434743563
Binary101001101011111100100110101011101110001110011110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F93; }

 p { color: rgb(166,95,147); }

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

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

 a { background-color: rgb(166,95,147); }

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

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

 span { border-color: rgb(166,95,147); }

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