#A38FBF

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

Shades of Cold Purple #A38FBF

Tints of Cold Purple #A38FBF

Color information

#A38FBF (or 0xA38FBF) is unknown color: approx Cold Purple. HEX triplet: A3, 8F and BF. RGB value is (163,143,191). Sum of RGB (Red+Green+Blue) = 163+143+191=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #A38FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FBF is #5C7040. Grayscale: #9A9A9A. Windows color (decimal): -6058049 or 12554147. OLE color: 12554147.

HSL color Cylindrical-coordinate representation of color #A38FBF: hue angle of 265º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A38FBF is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163143191-
CMYK0.150.2500.25
HSL265º27.27%65.49%-
HSV(B)265º25.13%74.9%-
XYZ34.3331.1953.5-
YUV154.45148.63134.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 191 (75% from 255) = 38.43%
R=32.80%
G=28.77%
B=38.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631431910.150.2500.2526527.2765.49
HexA38FBFF190191091b41
Octal243217277173103141133101
Binary101000111000111110111111111111001011001100001001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FBF; }

 p { color: rgb(163,143,191); }

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

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

 a { background-color: rgb(163,143,191); }

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

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

 span { border-color: rgb(163,143,191); }

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