#A65F9E

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

Shades of Violet Blue #A65F9E

Tints of Violet Blue #A65F9E

Color information

#A65F9E (or 0xA65F9E) is unknown color: approx Violet Blue. HEX triplet: A6, 5F and 9E. RGB value is (166,95,158). Sum of RGB (Red+Green+Blue) = 166+95+158=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F9E is #59A061. Grayscale: #7B7B7B. Windows color (decimal): -5873762 or 10379174. OLE color: 10379174.

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

Color convert

RGB16695158-
CMYK00.430.050.35
HSL306.76º28.51%51.18%-
HSV(B)306.76º42.77%65.1%-
XYZ25.9918.7634.6-
YUV123.41147.52158.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 95 (37.5% from 255) = 22.67%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=39.62%
G=22.67%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669515800.430.050.35306.7628.5151.18
HexA65F9E02B5231331d33
Octal2461372360535434633563
Binary10100110101111110011110010101110110001110011001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F9E; }

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

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

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

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

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

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

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

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