#A38EC9

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

Shades of Cold Purple #A38EC9

Tints of Cold Purple #A38EC9

Color information

#A38EC9 (or 0xA38EC9) is unknown color: approx Cold Purple. HEX triplet: A3, 8E and C9. RGB value is (163,142,201). Sum of RGB (Red+Green+Blue) = 163+142+201=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #A38EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EC9 is #5C7136. Grayscale: #9A9A9A. Windows color (decimal): -6058295 or 13209251. OLE color: 13209251.

HSL color Cylindrical-coordinate representation of color #A38EC9: hue angle of 261.36º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A38EC9 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB163142201-
CMYK0.190.2900.21
HSL261.36º35.33%67.25%-
HSV(B)261.36º29.35%78.82%-
XYZ35.3231.3559.45-
YUV155153.96133.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 201 (78.91% from 255) = 39.72%
R=32.21%
G=28.06%
B=39.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631422010.190.2900.21261.3635.3367.25
HexA38EC9131D0151052343
Octal243216311233502540543103
Binary10100011100011101100100110011111010101011000001011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EC9; }

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

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

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

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

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

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

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

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