#A95692

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

Shades of Violet Blue #A95692

Tints of Violet Blue #A95692

Color information

#A95692 (or 0xA95692) is unknown color: approx Violet Blue. HEX triplet: A9, 56 and 92. RGB value is (169,86,146). Sum of RGB (Red+Green+Blue) = 169+86+146=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 169 - color contains mainly: red. Hex color #A95692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95692 is #56A96D. Grayscale: #757575. Windows color (decimal): -5679470 or 9590441. OLE color: 9590441.

HSL color Cylindrical-coordinate representation of color #A95692: hue angle of 316.63º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A95692 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB16986146-
CMYK00.490.140.34
HSL316.63º32.55%50%-
HSV(B)316.63º49.11%66.27%-
XYZ24.8817.1729.2-
YUV117.66144164.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=42.14%
G=21.45%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698614600.490.140.34316.6332.5550
HexA95692031E2213d2132
Octal25112622206116424754162
Binary1010100110101101001001001100011110100010100111101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95692; }

 p { color: rgb(169,86,146); }

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

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

 a { background-color: rgb(169,86,146); }

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

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

 span { border-color: rgb(169,86,146); }

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