#A481BC

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

Shades of East Side #A481BC

Tints of East Side #A481BC

Color information

#A481BC (or 0xA481BC) is unknown color: approx East Side. HEX triplet: A4, 81 and BC. RGB value is (164,129,188). Sum of RGB (Red+Green+Blue) = 164+129+188=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #A481BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A481BC is #5B7E43. Grayscale: #919191. Windows color (decimal): -5996100 or 12353956. OLE color: 12353956.

HSL color Cylindrical-coordinate representation of color #A481BC: hue angle of 275.59º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A481BC is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164129188-
CMYK0.130.3100.26
HSL275.59º30.57%62.16%-
HSV(B)275.59º31.38%73.73%-
XYZ32.2427.2251.13-
YUV146.19151.6140.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.10%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=34.10%
G=26.82%
B=39.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641291880.130.3100.26275.5930.5762.16
HexA481BCD1F01A1141f3e
Octal24420127415370324243776
Binary10100100100000011011110011011111101101010001010011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A481BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A481BC; }

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

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

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

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

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

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

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

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