#A35B93

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

Shades of Violet Blue #A35B93

Tints of Violet Blue #A35B93

Color information

#A35B93 (or 0xA35B93) is unknown color: approx Violet Blue. HEX triplet: A3, 5B and 93. RGB value is (163,91,147). Sum of RGB (Red+Green+Blue) = 163+91+147=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35B93 is #5CA46C. Grayscale: #767676. Windows color (decimal): -6071405 or 9657251. OLE color: 9657251.

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

Color convert

RGB16391147-
CMYK00.440.100.36
HSL313.33º28.35%49.8%-
HSV(B)313.33º44.17%63.92%-
XYZ24.1117.3829.69-
YUV118.91143.85159.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 91 (35.94% from 255) = 22.69%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=40.65%
G=22.69%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639114700.440.100.36313.3328.3549.8
HexA35B9302CA241391c32
Octal24313322305412444713462
Binary101000111011011100100110101100101010010010011100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35B93; }

 p { color: rgb(163,91,147); }

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

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

 a { background-color: rgb(163,91,147); }

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

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

 span { border-color: rgb(163,91,147); }

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