#A188BD

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

Shades of Cold Purple #A188BD

Tints of Cold Purple #A188BD

Color information

#A188BD (or 0xA188BD) is unknown color: approx Cold Purple. HEX triplet: A1, 88 and BD. RGB value is (161,136,189). Sum of RGB (Red+Green+Blue) = 161+136+189=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #A188BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188BD is #5E7742. Grayscale: #959595. Windows color (decimal): -6190915 or 12421281. OLE color: 12421281.

HSL color Cylindrical-coordinate representation of color #A188BD: hue angle of 268.3º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A188BD is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161136189-
CMYK0.150.2800.26
HSL268.3º28.65%63.73%-
HSV(B)268.3º28.04%74.12%-
XYZ32.6928.8651.99-
YUV149.52150.28136.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=33.13%
G=27.98%
B=38.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611361890.150.2800.26268.328.6563.73
HexA188BDF1C01A10c1d40
Octal241210275173403241435100
Binary101000011000100010111101111111100011010100001100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A188BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A188BD; }

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

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

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

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

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

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

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

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