#A289CE

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

Shades of Cold Purple #A289CE

Tints of Cold Purple #A289CE

Color information

#A289CE (or 0xA289CE) is unknown color: approx Cold Purple. HEX triplet: A2, 89 and CE. RGB value is (162,137,206). Sum of RGB (Red+Green+Blue) = 162+137+206=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #A289CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289CE is #5D7631. Grayscale: #989898. Windows color (decimal): -6125106 or 13535650. OLE color: 13535650.

HSL color Cylindrical-coordinate representation of color #A289CE: hue angle of 261.74º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A289CE is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162137206-
CMYK0.210.3300.19
HSL261.74º41.32%67.25%-
HSV(B)261.74º33.5%80.78%-
XYZ34.9930.0362.34-
YUV152.34158.28134.89-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 137 (53.91% from 255) = 27.13%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=32.08%
G=27.13%
B=40.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621372060.210.3300.19261.7441.3267.25
HexA289CE15210131062943
Octal242211316254102340651103
Binary101000101000100111001110101011000010100111000001101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289CE; }

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

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

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

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

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

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

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

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