#A38DCA

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

Shades of Cold Purple #A38DCA

Tints of Cold Purple #A38DCA

Color information

#A38DCA (or 0xA38DCA) is unknown color: approx Cold Purple. HEX triplet: A3, 8D and CA. RGB value is (163,141,202). Sum of RGB (Red+Green+Blue) = 163+141+202=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #A38DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DCA is #5C7235. Grayscale: #9A9A9A. Windows color (decimal): -6058550 or 13274531. OLE color: 13274531.

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

Color convert

RGB163141202-
CMYK0.190.3000.21
HSL261.64º36.53%67.25%-
HSV(B)261.64º30.2%79.22%-
XYZ35.2931.160.02-
YUV154.53154.79134.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 202 (79.30% from 255) = 39.92%
R=32.21%
G=27.87%
B=39.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631412020.190.3000.21261.6436.5367.25
HexA38DCA131E0151062543
Octal243215312233602540645103
Binary10100011100011011100101010011111100101011000001101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DCA; }

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

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

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

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

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

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

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

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