#A95DB2

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

Shades of Violet Blue #A95DB2

Tints of Violet Blue #A95DB2

Color information

#A95DB2 (or 0xA95DB2) is unknown color: approx Violet Blue. HEX triplet: A9, 5D and B2. RGB value is (169,93,178). Sum of RGB (Red+Green+Blue) = 169+93+178=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 178 - color contains mainly: blue. Hex color #A95DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95DB2 is #56A24D. Grayscale: #7D7D7D. Windows color (decimal): -5677646 or 11689385. OLE color: 11689385.

HSL color Cylindrical-coordinate representation of color #A95DB2: hue angle of 293.65º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A95DB2 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16993178-
CMYK0.050.4800.30
HSL293.65º35.56%53.14%-
HSV(B)293.65º47.75%69.8%-
XYZ28.3119.4844.39-
YUV125.41157.68159.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=38.41%
G=21.14%
B=40.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal169931780.050.4800.30293.6535.5653.14
HexA95DB253001E1262435
Octal2511352625600364464465
Binary10101001101110110110010101110000011110100100110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95DB2; }

 p { color: rgb(169,93,178); }

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

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

 a { background-color: rgb(169,93,178); }

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

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

 span { border-color: rgb(169,93,178); }

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