#A38EC2

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

Shades of Cold Purple #A38EC2

Tints of Cold Purple #A38EC2

Color information

#A38EC2 (or 0xA38EC2) is unknown color: approx Cold Purple. HEX triplet: A3, 8E and C2. RGB value is (163,142,194). Sum of RGB (Red+Green+Blue) = 163+142+194=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #A38EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EC2 is #5C713D. Grayscale: #9A9A9A. Windows color (decimal): -6058302 or 12750499. OLE color: 12750499.

HSL color Cylindrical-coordinate representation of color #A38EC2: hue angle of 264.23º degrees, saturation: 0.3, 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 #A38EC2 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163142194-
CMYK0.160.2700.24
HSL264.23º29.89%65.88%-
HSV(B)264.23º26.8%76.08%-
XYZ34.5131.0355.21-
YUV154.21150.46134.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 194 (76.17% from 255) = 38.88%
R=32.67%
G=28.46%
B=38.88%

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
Decimal1631421940.160.2700.24264.2329.8965.88
HexA38EC2101B0181081e42
Octal243216302203303041036102
Binary1010001110001110110000101000011011011000100001000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EC2; }

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

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

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

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

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

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

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

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