#A289BB

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

Shades of Cold Purple #A289BB

Tints of Cold Purple #A289BB

Color information

#A289BB (or 0xA289BB) is unknown color: approx Cold Purple. HEX triplet: A2, 89 and BB. RGB value is (162,137,187). Sum of RGB (Red+Green+Blue) = 162+137+187=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #A289BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289BB is #5D7644. Grayscale: #969696. Windows color (decimal): -6125125 or 12290466. OLE color: 12290466.

HSL color Cylindrical-coordinate representation of color #A289BB: hue angle of 270º 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 #A289BB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB162137187-
CMYK0.130.2700.27
HSL270º26.88%63.53%-
HSV(B)270º26.74%73.33%-
XYZ32.8229.1650.91-
YUV150.18148.78136.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=33.33%
G=28.19%
B=38.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621371870.130.2700.2727026.8863.53
HexA289BBD1B01B10e1b40
Octal242211273153303341633100
Binary101000101000100110111011110111011011011100001110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289BB; }

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

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

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

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

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

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

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

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