#A089BC

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

Shades of Cold Purple #A089BC

Tints of Cold Purple #A089BC

Color information

#A089BC (or 0xA089BC) is unknown color: approx Cold Purple. HEX triplet: A0, 89 and BC. RGB value is (160,137,188). Sum of RGB (Red+Green+Blue) = 160+137+188=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #A089BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089BC is #5F7643. Grayscale: #959595. Windows color (decimal): -6256196 or 12356000. OLE color: 12356000.

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

Color convert

RGB160137188-
CMYK0.150.2700.26
HSL267.06º27.57%63.73%-
HSV(B)267.06º27.13%73.73%-
XYZ32.522951.46-
YUV149.69149.62135.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=32.99%
G=28.25%
B=38.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601371880.150.2700.26267.0627.5763.73
HexA089BCF1B01A10b1c40
Octal240211274173303241334100
Binary101000001000100110111100111111011011010100001011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089BC; }

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

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

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

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

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

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

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

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