#A38EB7

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

Shades of East Side #A38EB7

Tints of East Side #A38EB7

Color information

#A38EB7 (or 0xA38EB7) is unknown color: approx East Side. HEX triplet: A3, 8E and B7. RGB value is (163,142,183). Sum of RGB (Red+Green+Blue) = 163+142+183=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #A38EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EB7 is #5C7148. Grayscale: #989898. Windows color (decimal): -6058313 or 12029603. OLE color: 12029603.

HSL color Cylindrical-coordinate representation of color #A38EB7: hue angle of 270.73º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A38EB7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB163142183-
CMYK0.110.2200.28
HSL270.73º22.16%63.73%-
HSV(B)270.73º22.4%71.76%-
XYZ33.3230.5548.94-
YUV152.95144.96135.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 183 (71.88% from 255) = 37.5%
R=33.40%
G=29.10%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631421830.110.2200.28270.7322.1663.73
HexA38EB7B1601C10f1640
Octal243216267132603441726100
Binary101000111000111010110111101110110011100100001111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EB7; }

 p { color: rgb(163,142,183); }

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

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

 a { background-color: rgb(163,142,183); }

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

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

 span { border-color: rgb(163,142,183); }

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