#A992BD

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

Shades of East Side #A992BD

Tints of East Side #A992BD

Color information

#A992BD (or 0xA992BD) is unknown color: approx East Side. HEX triplet: A9, 92 and BD. RGB value is (169,146,189). Sum of RGB (Red+Green+Blue) = 169+146+189=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #A992BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A992BD is #566D42. Grayscale: #9D9D9D. Windows color (decimal): -5664067 or 12423849. OLE color: 12423849.

HSL color Cylindrical-coordinate representation of color #A992BD: hue angle of 272.09º 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 #A992BD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169146189-
CMYK0.110.2300.26
HSL272.09º24.57%65.69%-
HSV(B)272.09º22.75%74.12%-
XYZ35.8332.6752.56-
YUV157.78145.62136-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=33.53%
G=28.97%
B=37.5%

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
Decimal1691461890.110.2300.26272.0924.5765.69
HexA992BDB1701A1101942
Octal251222275132703242031102
Binary101010011001001010111101101110111011010100010000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A992BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A992BD; }

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

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

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

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

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

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

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

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