#A65391

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

Shades of Violet Blue #A65391

Tints of Violet Blue #A65391

Color information

#A65391 (or 0xA65391) is unknown color: approx Violet Blue. HEX triplet: A6, 53 and 91. RGB value is (166,83,145). Sum of RGB (Red+Green+Blue) = 166+83+145=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A65391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65391 is #59AC6E. Grayscale: #727272. Windows color (decimal): -5876847 or 9524134. OLE color: 9524134.

HSL color Cylindrical-coordinate representation of color #A65391: hue angle of 315.18º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65391 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16683145-
CMYK00.500.130.35
HSL315.18º33.33%48.82%-
HSV(B)315.18º50%65.1%-
XYZ23.9316.3428.68-
YUV114.88145164.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.13%
GREEN value IS 83 (32.81% from 255) = 21.07%
BLUE value IS 145 (57.03% from 255) = 36.80%
R=42.13%
G=21.07%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668314500.500.130.35315.1833.3348.82
HexA65391032D2313b2131
Octal24612322106215434734161
Binary1010011010100111001000101100101101100011100111011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65391; }

 p { color: rgb(166,83,145); }

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

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

 a { background-color: rgb(166,83,145); }

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

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

 span { border-color: rgb(166,83,145); }

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