#A38CB4

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

Shades of East Side #A38CB4

Tints of East Side #A38CB4

Color information

#A38CB4 (or 0xA38CB4) is unknown color: approx East Side. HEX triplet: A3, 8C and B4. RGB value is (163,140,180). Sum of RGB (Red+Green+Blue) = 163+140+180=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #A38CB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CB4 is #5C734B. Grayscale: #979797. Windows color (decimal): -6058828 or 11832483. OLE color: 11832483.

HSL color Cylindrical-coordinate representation of color #A38CB4: hue angle of 274.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A38CB4 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB163140180-
CMYK0.090.2200.29
HSL274.5º21.05%62.75%-
HSV(B)274.5º22.22%70.59%-
XYZ32.7229.8447.21-
YUV151.44144.12136.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.75%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 180 (70.70% from 255) = 37.27%
R=33.75%
G=28.99%
B=37.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1631401800.090.2200.29274.521.0562.75
HexA38CB491601D112153f
Octal24321426411260354222577
Binary10100011100011001011010010011011001110110001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CB4; }

 p { color: rgb(163,140,180); }

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

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

 a { background-color: rgb(163,140,180); }

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

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

 span { border-color: rgb(163,140,180); }

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