#a35f9e

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

Shades of Violet Blue #A35F9E

Tints of Violet Blue #A35F9E

Color information

#A35F9E (or 0xA35F9E) is unknown color: approx Violet Blue. HEX triplet: A3, 5F and 9E. RGB value is (163,95,158). Sum of RGB (Red+Green+Blue) = 163+95+158=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F9E is #5CA061. Grayscale: #7A7A7A. Windows color (decimal): -6070370 or 10379171. OLE color: 10379171.

HSL color Cylindrical-coordinate representation of color #A35F9E: hue angle of 304.41º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A35F9E is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB16395158-
CMYK00.420.030.36
HSL304.41º26.98%50.59%-
HSV(B)304.41º41.72%63.92%-
XYZ25.3718.4434.57-
YUV122.51148.03156.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.18%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 158 (62.11% from 255) = 37.98%
R=39.18%
G=22.84%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639515800.420.030.36304.4126.9850.59
HexA35F9E02A3241301b33
Octal2431372360523444603363
Binary1010001110111111001111001010101110010010011000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a35f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a35f9e; }

 p { color: rgb(163,95,158); }

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

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

 a { background-color: rgb(163,95,158); }

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

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

 span { border-color: rgb(163,95,158); }

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