#A392B1

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

Shades of East Side #A392B1

Tints of East Side #A392B1

Color information

#A392B1 (or 0xA392B1) is unknown color: approx East Side. HEX triplet: A3, 92 and B1. RGB value is (163,146,177). Sum of RGB (Red+Green+Blue) = 163+146+177=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 177 - color contains mainly: blue. Hex color #A392B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A392B1 is #5C6D4E. Grayscale: #9A9A9A. Windows color (decimal): -6057295 or 11637411. OLE color: 11637411.

HSL color Cylindrical-coordinate representation of color #A392B1: hue angle of 272.9º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A392B1 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB163146177-
CMYK0.080.1800.31
HSL272.9º16.58%63.33%-
HSV(B)272.9º17.51%69.41%-
XYZ33.3231.5245.92-
YUV154.62140.63133.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=33.54%
G=30.04%
B=36.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1631461770.080.1800.31272.916.5863.33
HexA392B181201F111113f
Octal24322226110220374212177
Binary10100011100100101011000110001001001111110001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A392B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A392B1; }

 p { color: rgb(163,146,177); }

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

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

 a { background-color: rgb(163,146,177); }

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

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

 span { border-color: rgb(163,146,177); }

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