#A089BA

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

Shades of Cold Purple #A089BA

Tints of Cold Purple #A089BA

Color information

#A089BA (or 0xA089BA) is unknown color: approx Cold Purple. HEX triplet: A0, 89 and BA. RGB value is (160,137,186). Sum of RGB (Red+Green+Blue) = 160+137+186=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #A089BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089BA is #5F7645. Grayscale: #959595. Windows color (decimal): -6256198 or 12224928. OLE color: 12224928.

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

Color convert

RGB160137186-
CMYK0.140.2600.27
HSL268.16º26.2%63.33%-
HSV(B)268.16º26.34%72.94%-
XYZ32.3128.9150.33-
YUV149.46148.62135.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 137 (53.91% from 255) = 28.36%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=33.13%
G=28.36%
B=38.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601371860.140.2600.27268.1626.263.33
HexA089BAE1A01B10c1a3f
Octal24021127216320334143277
Binary10100000100010011011101011101101001101110000110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089BA; }

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

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

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

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

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

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

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

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