#A885BE

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

Shades of East Side #A885BE

Tints of East Side #A885BE

Color information

#A885BE (or 0xA885BE) is unknown color: approx East Side. HEX triplet: A8, 85 and BE. RGB value is (168,133,190). Sum of RGB (Red+Green+Blue) = 168+133+190=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #A885BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885BE is #577A41. Grayscale: #959595. Windows color (decimal): -5732930 or 12486056. OLE color: 12486056.

HSL color Cylindrical-coordinate representation of color #A885BE: hue angle of 276.84º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A885BE is Cyan = 0.12, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB168133190-
CMYK0.120.300.25
HSL276.84º30.48%63.33%-
HSV(B)276.84º30%74.51%-
XYZ33.8328.8252.49-
YUV149.96150.6140.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=34.22%
G=27.09%
B=38.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681331900.120.300.25276.8430.4863.33
HexA885BEC1E0191151e3f
Octal25020527614360314253677
Binary10101000100001011011111011001111001100110001010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885BE; }

 p { color: rgb(168,133,190); }

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

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

 a { background-color: rgb(168,133,190); }

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

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

 span { border-color: rgb(168,133,190); }

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