#A581AC

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

Shades of East Side #A581AC

Tints of East Side #A581AC

Color information

#A581AC (or 0xA581AC) is unknown color: approx East Side. HEX triplet: A5, 81 and AC. RGB value is (165,129,172). Sum of RGB (Red+Green+Blue) = 165+129+172=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #A581AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A581AC is #5A7E53. Grayscale: #909090. Windows color (decimal): -5930580 or 11305381. OLE color: 11305381.

HSL color Cylindrical-coordinate representation of color #A581AC: hue angle of 290.23º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A581AC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165129172-
CMYK0.040.2500.33
HSL290.23º20.57%59.02%-
HSV(B)290.23º25%67.45%-
XYZ30.8126.6842.56-
YUV144.67143.43142.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.41%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=35.41%
G=27.68%
B=36.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651291720.040.2500.33290.2320.5759.02
HexA581AC419021122153b
Octal2452012544310414422573
Binary10100101100000011010110010011001010000110010001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A581AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A581AC; }

 p { color: rgb(165,129,172); }

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

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

 a { background-color: rgb(165,129,172); }

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

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

 span { border-color: rgb(165,129,172); }

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