#A35890

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

Shades of Violet Blue #A35890

Tints of Violet Blue #A35890

Color information

#A35890 (or 0xA35890) is unknown color: approx Violet Blue. HEX triplet: A3, 58 and 90. RGB value is (163,88,144). Sum of RGB (Red+Green+Blue) = 163+88+144=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A35890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35890 is #5CA76F. Grayscale: #747474. Windows color (decimal): -6072176 or 9459875. OLE color: 9459875.

HSL color Cylindrical-coordinate representation of color #A35890: hue angle of 315.2º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A35890 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16388144-
CMYK00.460.120.36
HSL315.2º29.88%49.22%-
HSV(B)315.2º46.01%63.92%-
XYZ23.6316.7828.38-
YUV116.81143.35160.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 88 (34.77% from 255) = 22.28%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=41.27%
G=22.28%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1638814400.460.120.36315.229.8849.22
HexA3589002EC2413b1e31
Octal24313022005614444733661
Binary101000111011000100100000101110110010010010011101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35890; }

 p { color: rgb(163,88,144); }

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

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

 a { background-color: rgb(163,88,144); }

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

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

 span { border-color: rgb(163,88,144); }

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