#A38EC3

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

Shades of Cold Purple #A38EC3

Tints of Cold Purple #A38EC3

Color information

#A38EC3 (or 0xA38EC3) is unknown color: approx Cold Purple. HEX triplet: A3, 8E and C3. RGB value is (163,142,195). Sum of RGB (Red+Green+Blue) = 163+142+195=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #A38EC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EC3 is #5C713C. Grayscale: #9A9A9A. Windows color (decimal): -6058301 or 12816035. OLE color: 12816035.

HSL color Cylindrical-coordinate representation of color #A38EC3: hue angle of 263.77º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A38EC3 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163142195-
CMYK0.160.2700.24
HSL263.77º30.64%66.08%-
HSV(B)263.77º27.18%76.47%-
XYZ34.6331.0755.8-
YUV154.32150.96134.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 195 (76.56% from 255) = 39%
R=32.6%
G=28.4%
B=39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631421950.160.2700.24263.7730.6466.08
HexA38EC3101B0181081f42
Octal243216303203303041037102
Binary1010001110001110110000111000011011011000100001000111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EC3; }

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

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

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

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

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

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

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

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