#A58ABF

Color #A58ABF East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A58ABF

Tints of East Side #A58ABF

Color information

#A58ABF (or 0xA58ABF) is unknown color: approx East Side. HEX triplet: A5, 8A and BF. RGB value is (165,138,191). Sum of RGB (Red+Green+Blue) = 165+138+191=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #A58ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ABF is #5A7540. Grayscale: #979797. Windows color (decimal): -5928257 or 12552869. OLE color: 12552869.

HSL color Cylindrical-coordinate representation of color #A58ABF: hue angle of 270.57º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A58ABF is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165138191-
CMYK0.140.2800.25
HSL270.57º29.28%64.51%-
HSV(B)270.57º27.75%74.9%-
XYZ34.0129.9453.28-
YUV152.12149.95137.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 191 (75% from 255) = 38.66%
R=33.40%
G=27.94%
B=38.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651381910.140.2800.25270.5729.2864.51
HexA58ABFE1C01910f1d41
Octal245212277163403141735101
Binary101001011000101010111111111011100011001100001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58ABF; }

 p { color: rgb(165,138,191); }

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

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

 a { background-color: rgb(165,138,191); }

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

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

 span { border-color: rgb(165,138,191); }

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