#A388D1

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

Shades of Cold Purple #A388D1

Tints of Cold Purple #A388D1

Color information

#A388D1 (or 0xA388D1) is unknown color: approx Cold Purple. HEX triplet: A3, 88 and D1. RGB value is (163,136,209). Sum of RGB (Red+Green+Blue) = 163+136+209=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #A388D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388D1 is #5C772E. Grayscale: #989898. Windows color (decimal): -6059823 or 13732003. OLE color: 13732003.

HSL color Cylindrical-coordinate representation of color #A388D1: hue angle of 262.19º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A388D1 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163136209-
CMYK0.220.3500.18
HSL262.19º44.24%67.65%-
HSV(B)262.19º34.93%81.96%-
XYZ35.423064.25-
YUV152.39159.95135.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 136 (53.52% from 255) = 26.77%
BLUE value IS 209 (82.03% from 255) = 41.14%
R=32.09%
G=26.77%
B=41.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631362090.220.3500.18262.1944.2467.65
HexA388D116230121062c44
Octal243210321264302240654104
Binary101000111000100011010001101101000110100101000001101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388D1; }

 p { color: rgb(163,136,209); }

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

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

 a { background-color: rgb(163,136,209); }

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

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

 span { border-color: rgb(163,136,209); }

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