#A65F99

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

Shades of Violet Blue #A65F99

Tints of Violet Blue #A65F99

Color information

#A65F99 (or 0xA65F99) is unknown color: approx Violet Blue. HEX triplet: A6, 5F and 99. RGB value is (166,95,153). Sum of RGB (Red+Green+Blue) = 166+95+153=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F99 is #59A066. Grayscale: #7A7A7A. Windows color (decimal): -5873767 or 10051494. OLE color: 10051494.

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

Color convert

RGB16695153-
CMYK00.430.080.35
HSL310.99º28.51%51.18%-
HSV(B)310.99º42.77%65.1%-
XYZ25.5718.5932.38-
YUV122.84145.02158.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 153 (60.16% from 255) = 36.96%
R=40.10%
G=22.95%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669515300.430.080.35310.9928.5151.18
HexA65F9902B8231371d33
Octal24613723105310434673563
Binary101001101011111100110010101011100010001110011011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F99; }

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

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

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

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

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

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

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

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