#A088BB

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

Shades of Cold Purple #A088BB

Tints of Cold Purple #A088BB

Color information

#A088BB (or 0xA088BB) is unknown color: approx Cold Purple. HEX triplet: A0, 88 and BB. RGB value is (160,136,187). Sum of RGB (Red+Green+Blue) = 160+136+187=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #A088BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088BB is #5F7744. Grayscale: #949494. Windows color (decimal): -6256453 or 12290208. OLE color: 12290208.

HSL color Cylindrical-coordinate representation of color #A088BB: hue angle of 268.24º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A088BB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160136187-
CMYK0.140.2700.27
HSL268.24º27.27%63.33%-
HSV(B)268.24º27.27%73.33%-
XYZ32.2728.6750.85-
YUV148.99149.45135.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=33.13%
G=28.16%
B=38.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601361870.140.2700.27268.2427.2763.33
HexA088BBE1B01B10c1b3f
Octal24021027316330334143377
Binary10100000100010001011101111101101101101110000110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A088BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A088BB; }

 p { color: rgb(160,136,187); }

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

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

 a { background-color: rgb(160,136,187); }

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

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

 span { border-color: rgb(160,136,187); }

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