#A289BE

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

Shades of Cold Purple #A289BE

Tints of Cold Purple #A289BE

Color information

#A289BE (or 0xA289BE) is unknown color: approx Cold Purple. HEX triplet: A2, 89 and BE. RGB value is (162,137,190). Sum of RGB (Red+Green+Blue) = 162+137+190=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A289BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289BE is #5D7641. Grayscale: #969696. Windows color (decimal): -6125122 or 12487074. OLE color: 12487074.

HSL color Cylindrical-coordinate representation of color #A289BE: hue angle of 268.3º 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 #A289BE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162137190-
CMYK0.150.2800.25
HSL268.3º28.96%64.12%-
HSV(B)268.3º27.89%74.51%-
XYZ33.1429.2952.62-
YUV150.52150.28136.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=33.13%
G=28.02%
B=38.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621371900.150.2800.25268.328.9664.12
HexA289BEF1C01910c1d40
Octal242211276173403141435100
Binary101000101000100110111110111111100011001100001100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289BE; }

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

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

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

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

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

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

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

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