#A38C9E

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

Shades of Bouquet #A38C9E

Tints of Bouquet #A38C9E

Color information

#A38C9E (or 0xA38C9E) is unknown color: approx Bouquet. HEX triplet: A3, 8C and 9E. RGB value is (163,140,158). Sum of RGB (Red+Green+Blue) = 163+140+158=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 163 - color contains mainly: red. Hex color #A38C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A38C9E is #5C7361. Grayscale: #949494. Windows color (decimal): -6058850 or 10390691. OLE color: 10390691.

HSL color Cylindrical-coordinate representation of color #A38C9E: hue angle of 313.04º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A38C9E is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB163140158-
CMYK00.140.030.36
HSL313.04º11.11%59.41%-
HSV(B)313.04º14.11%63.92%-
XYZ30.6529.0136.33-
YUV148.93133.12138.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 140 (55.08% from 255) = 30.37%
BLUE value IS 158 (62.11% from 255) = 34.27%
R=35.36%
G=30.37%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16314015800.140.030.36313.0411.1159.41
HexA38C9E0E324139b3b
Octal2432142360163444711373
Binary10100011100011001001111001110111001001001110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38C9E; }

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

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

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

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

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

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

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

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