#A481AC

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

Shades of East Side #A481AC

Tints of East Side #A481AC

Color information

#A481AC (or 0xA481AC) is unknown color: approx East Side. HEX triplet: A4, 81 and AC. RGB value is (164,129,172). Sum of RGB (Red+Green+Blue) = 164+129+172=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #A481AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A481AC is #5B7E53. Grayscale: #909090. Windows color (decimal): -5996116 or 11305380. OLE color: 11305380.

HSL color Cylindrical-coordinate representation of color #A481AC: hue angle of 288.84º 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 #A481AC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164129172-
CMYK0.050.2500.33
HSL288.84º20.57%59.02%-
HSV(B)288.84º25%67.45%-
XYZ30.6126.5742.55-
YUV144.37143.6142-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=35.27%
G=27.74%
B=36.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641291720.050.2500.33288.8420.5759.02
HexA481AC519021121153b
Octal2442012545310414412573
Binary10100100100000011010110010111001010000110010000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481AC; }

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

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

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

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

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

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

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

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