#A388CC

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

Shades of Cold Purple #A388CC

Tints of Cold Purple #A388CC

Color information

#A388CC (or 0xA388CC) is unknown color: approx Cold Purple. HEX triplet: A3, 88 and CC. RGB value is (163,136,204). Sum of RGB (Red+Green+Blue) = 163+136+204=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A388CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388CC is #5C7733. Grayscale: #979797. Windows color (decimal): -6059828 or 13404323. OLE color: 13404323.

HSL color Cylindrical-coordinate representation of color #A388CC: hue angle of 263.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A388CC is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB163136204-
CMYK0.200.3300.2
HSL263.82º40%66.67%-
HSV(B)263.82º33.33%80%-
XYZ34.8129.7561.04-
YUV151.82157.45135.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 136 (53.52% from 255) = 27.04%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=32.41%
G=27.04%
B=40.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1631362040.200.3300.2263.824066.67
HexA388CC14210141082843
Octal243210314244102441050103
Binary101000111000100011001100101001000010101001000010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388CC; }

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

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

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

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

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

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

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

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