#A58FAF

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

Shades of East Side #A58FAF

Tints of East Side #A58FAF

Color information

#A58FAF (or 0xA58FAF) is unknown color: approx East Side. HEX triplet: A5, 8F and AF. RGB value is (165,143,175). Sum of RGB (Red+Green+Blue) = 165+143+175=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 175 - color contains mainly: blue. Hex color #A58FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58FAF is #5A7050. Grayscale: #999999. Windows color (decimal): -5926993 or 11505573. OLE color: 11505573.

HSL color Cylindrical-coordinate representation of color #A58FAF: hue angle of 281.25º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A58FAF is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165143175-
CMYK0.060.1800.31
HSL281.25º16.67%62.35%-
HSV(B)281.25º18.29%68.63%-
XYZ33.0830.7444.75-
YUV153.23140.29136.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.16%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 175 (68.75% from 255) = 36.23%
R=34.16%
G=29.61%
B=36.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651431750.060.1800.31281.2516.6762.35
HexA58FAF61201F119113e
Octal2452172576220374312176
Binary1010010110001111101011111101001001111110001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FAF; }

 p { color: rgb(165,143,175); }

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

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

 a { background-color: rgb(165,143,175); }

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

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

 span { border-color: rgb(165,143,175); }

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