#A388C1

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

Shades of Cold Purple #A388C1

Tints of Cold Purple #A388C1

Color information

#A388C1 (or 0xA388C1) is unknown color: approx Cold Purple. HEX triplet: A3, 88 and C1. RGB value is (163,136,193). Sum of RGB (Red+Green+Blue) = 163+136+193=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #A388C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388C1 is #5C773E. Grayscale: #969696. Windows color (decimal): -6059839 or 12683427. OLE color: 12683427.

HSL color Cylindrical-coordinate representation of color #A388C1: hue angle of 268.42º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A388C1 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163136193-
CMYK0.160.3000.24
HSL268.42º31.49%64.51%-
HSV(B)268.42º29.53%75.69%-
XYZ33.5329.2554.33-
YUV150.57151.95136.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.13%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=33.13%
G=27.64%
B=39.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631361930.160.3000.24268.4231.4964.51
HexA388C1101E01810c1f41
Octal243210301203603041437101
Binary1010001110001000110000011000011110011000100001100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388C1; }

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

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

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

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

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

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

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

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