#A65F92

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

Shades of Violet Blue #A65F92

Tints of Violet Blue #A65F92

Color information

#A65F92 (or 0xA65F92) is unknown color: approx Violet Blue. HEX triplet: A6, 5F and 92. RGB value is (166,95,146). Sum of RGB (Red+Green+Blue) = 166+95+146=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F92 is #59A06D. Grayscale: #797979. Windows color (decimal): -5873774 or 9592742. OLE color: 9592742.

HSL color Cylindrical-coordinate representation of color #A65F92: hue angle of 316.9º 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 #A65F92 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16695146-
CMYK00.430.120.35
HSL316.9º28.51%51.18%-
HSV(B)316.9º42.77%65.1%-
XYZ25.0118.3729.42-
YUV122.04141.52159.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=40.79%
G=23.34%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669514600.430.120.35316.928.5151.18
HexA65F9202BC2313d1d33
Octal24613722205314434753563
Binary101001101011111100100100101011110010001110011110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F92; }

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

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

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

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

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

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

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

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