#A38DCD

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

Shades of Cold Purple #A38DCD

Tints of Cold Purple #A38DCD

Color information

#A38DCD (or 0xA38DCD) is unknown color: approx Cold Purple. HEX triplet: A3, 8D and CD. RGB value is (163,141,205). Sum of RGB (Red+Green+Blue) = 163+141+205=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #A38DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DCD is #5C7232. Grayscale: #9A9A9A. Windows color (decimal): -6058547 or 13471139. OLE color: 13471139.

HSL color Cylindrical-coordinate representation of color #A38DCD: hue angle of 260.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38DCD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163141205-
CMYK0.200.3100.20
HSL260.62º39.02%67.84%-
HSV(B)260.62º31.22%80.39%-
XYZ35.6531.2461.91-
YUV154.87156.29133.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 141 (55.47% from 255) = 27.70%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=32.02%
G=27.70%
B=40.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1631412050.200.3100.20260.6239.0267.84
HexA38DCD141F0141052744
Octal243215315243702440547104
Binary10100011100011011100110110100111110101001000001011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DCD; }

 p { color: rgb(163,141,205); }

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

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

 a { background-color: rgb(163,141,205); }

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

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

 span { border-color: rgb(163,141,205); }

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