#A089BE

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

Shades of Cold Purple #A089BE

Tints of Cold Purple #A089BE

Color information

#A089BE (or 0xA089BE) is unknown color: approx Cold Purple. HEX triplet: A0, 89 and BE. RGB value is (160,137,190). Sum of RGB (Red+Green+Blue) = 160+137+190=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #A089BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089BE is #5F7641. Grayscale: #959595. Windows color (decimal): -6256194 or 12487072. OLE color: 12487072.

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

Color convert

RGB160137190-
CMYK0.160.2800.25
HSL266.04º28.96%64.12%-
HSV(B)266.04º27.89%74.51%-
XYZ32.7429.0852.6-
YUV149.92150.62135.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=32.85%
G=28.13%
B=39.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601371900.160.2800.25266.0428.9664.12
HexA089BE101C01910a1d40
Octal240211276203403141235100
Binary1010000010001001101111101000011100011001100001010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089BE; }

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

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

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

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

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

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

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

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