#A089BB

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

Shades of Cold Purple #A089BB

Tints of Cold Purple #A089BB

Color information

#A089BB (or 0xA089BB) is unknown color: approx Cold Purple. HEX triplet: A0, 89 and BB. RGB value is (160,137,187). Sum of RGB (Red+Green+Blue) = 160+137+187=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #A089BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089BB is #5F7644. Grayscale: #959595. Windows color (decimal): -6256197 or 12290464. OLE color: 12290464.

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

Color convert

RGB160137187-
CMYK0.140.2700.27
HSL267.6º26.88%63.53%-
HSV(B)267.6º26.74%73.33%-
XYZ32.4128.9550.89-
YUV149.58149.12135.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 187 (73.44% from 255) = 38.64%
R=33.06%
G=28.31%
B=38.64%

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
Decimal1601371870.140.2700.27267.626.8863.53
HexA089BBE1B01B10c1b40
Octal240211273163303341433100
Binary101000001000100110111011111011011011011100001100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089BB; }

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

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

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

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

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

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

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

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