#A892BD

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

Shades of East Side #A892BD

Tints of East Side #A892BD

Color information

#A892BD (or 0xA892BD) is unknown color: approx East Side. HEX triplet: A8, 92 and BD. RGB value is (168,146,189). Sum of RGB (Red+Green+Blue) = 168+146+189=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #A892BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892BD is #576D42. Grayscale: #9D9D9D. Windows color (decimal): -5729603 or 12423848. OLE color: 12423848.

HSL color Cylindrical-coordinate representation of color #A892BD: hue angle of 270.7º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A892BD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168146189-
CMYK0.110.2300.26
HSL270.7º24.57%65.69%-
HSV(B)270.7º22.75%74.12%-
XYZ35.6132.5652.55-
YUV157.48145.79135.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=33.40%
G=29.03%
B=37.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681461890.110.2300.26270.724.5765.69
HexA892BDB1701A10f1942
Octal250222275132703241731102
Binary101010001001001010111101101110111011010100001111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A892BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A892BD; }

 p { color: rgb(168,146,189); }

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

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

 a { background-color: rgb(168,146,189); }

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

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

 span { border-color: rgb(168,146,189); }

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