#A289BF

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

Shades of Cold Purple #A289BF

Tints of Cold Purple #A289BF

Color information

#A289BF (or 0xA289BF) is unknown color: approx Cold Purple. HEX triplet: A2, 89 and BF. RGB value is (162,137,191). Sum of RGB (Red+Green+Blue) = 162+137+191=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #A289BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289BF is #5D7640. Grayscale: #969696. Windows color (decimal): -6125121 or 12552610. OLE color: 12552610.

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

Color convert

RGB162137191-
CMYK0.150.2800.25
HSL267.78º29.67%64.31%-
HSV(B)267.78º28.27%74.9%-
XYZ33.2529.3353.2-
YUV150.63150.78136.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 191 (75% from 255) = 38.98%
R=33.06%
G=27.96%
B=38.98%

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
Decimal1621371910.150.2800.25267.7829.6764.31
HexA289BFF1C01910c1e40
Octal242211277173403141436100
Binary101000101000100110111111111111100011001100001100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289BF; }

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

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

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

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

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

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

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

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