#A38ECD

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

Shades of Cold Purple #A38ECD

Tints of Cold Purple #A38ECD

Color information

#A38ECD (or 0xA38ECD) is unknown color: approx Cold Purple. HEX triplet: A3, 8E and CD. RGB value is (163,142,205). Sum of RGB (Red+Green+Blue) = 163+142+205=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #A38ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ECD is #5C7132. Grayscale: #9B9B9B. Windows color (decimal): -6058291 or 13471395. OLE color: 13471395.

HSL color Cylindrical-coordinate representation of color #A38ECD: hue angle of 260º 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 #A38ECD is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB163142205-
CMYK0.200.3100.20
HSL260º38.65%68.04%-
HSV(B)260º30.73%80.39%-
XYZ35.831.5461.96-
YUV155.46155.96133.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.96%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=31.96%
G=27.84%
B=40.20%

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
Decimal1631422050.200.3100.2026038.6568.04
HexA38ECD141F0141042744
Octal243216315243702440447104
Binary10100011100011101100110110100111110101001000001001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38ECD; }

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

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

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

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

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

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

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

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