#A188CA

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

Shades of Cold Purple #A188CA

Tints of Cold Purple #A188CA

Color information

#A188CA (or 0xA188CA) is unknown color: approx Cold Purple. HEX triplet: A1, 88 and CA. RGB value is (161,136,202). Sum of RGB (Red+Green+Blue) = 161+136+202=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A188CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188CA is #5E7735. Grayscale: #969696. Windows color (decimal): -6190902 or 13273249. OLE color: 13273249.

HSL color Cylindrical-coordinate representation of color #A188CA: hue angle of 262.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A188CA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161136202-
CMYK0.200.3300.21
HSL262.73º38.37%66.27%-
HSV(B)262.73º32.67%79.22%-
XYZ34.1629.4559.76-
YUV151156.78135.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=32.26%
G=27.25%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611362020.200.3300.21262.7338.3766.27
HexA188CA14210151072642
Octal241210312244102540746102
Binary101000011000100011001010101001000010101011000001111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188CA; }

 p { color: rgb(161,136,202); }

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

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

 a { background-color: rgb(161,136,202); }

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

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

 span { border-color: rgb(161,136,202); }

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