#A35D9A

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

Shades of Violet Blue #A35D9A

Tints of Violet Blue #A35D9A

Color information

#A35D9A (or 0xA35D9A) is unknown color: approx Violet Blue. HEX triplet: A3, 5D and 9A. RGB value is (163,93,154). Sum of RGB (Red+Green+Blue) = 163+93+154=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35D9A is #5CA265. Grayscale: #787878. Windows color (decimal): -6070886 or 10116515. OLE color: 10116515.

HSL color Cylindrical-coordinate representation of color #A35D9A: hue angle of 307.71º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A35D9A is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16393154-
CMYK00.430.060.36
HSL307.71º27.56%50.2%-
HSV(B)307.71º42.94%63.92%-
XYZ24.8517.9532.73-
YUV120.88146.69158.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.76%
GREEN value IS 93 (36.72% from 255) = 22.68%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=39.76%
G=22.68%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639315400.430.060.36307.7127.5650.2
HexA35D9A02B6241341c32
Octal2431352320536444643462
Binary10100011101110110011010010101111010010010011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35D9A; }

 p { color: rgb(163,93,154); }

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

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

 a { background-color: rgb(163,93,154); }

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

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

 span { border-color: rgb(163,93,154); }

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