#A388C2

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

Shades of Cold Purple #A388C2

Tints of Cold Purple #A388C2

Color information

#A388C2 (or 0xA388C2) is unknown color: approx Cold Purple. HEX triplet: A3, 88 and C2. RGB value is (163,136,194). Sum of RGB (Red+Green+Blue) = 163+136+194=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 194 - color contains mainly: blue. Hex color #A388C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388C2 is #5C773D. Grayscale: #969696. Windows color (decimal): -6059838 or 12748963. OLE color: 12748963.

HSL color Cylindrical-coordinate representation of color #A388C2: hue angle of 267.93º degrees, saturation: 0.32, 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 #A388C2 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163136194-
CMYK0.160.3000.24
HSL267.93º32.22%64.71%-
HSV(B)267.93º29.9%76.08%-
XYZ33.6529.2954.92-
YUV150.68152.45136.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.06%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 194 (76.17% from 255) = 39.35%
R=33.06%
G=27.59%
B=39.35%

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
Decimal1631361940.160.3000.24267.9332.2264.71
HexA388C2101E01810c2041
Octal243210302203603041440101
Binary10100011100010001100001010000111100110001000011001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388C2; }

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

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

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

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

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

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

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

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