#A089CE

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

Shades of Cold Purple #A089CE

Tints of Cold Purple #A089CE

Color information

#A089CE (or 0xA089CE) is unknown color: approx Cold Purple. HEX triplet: A0, 89 and CE. RGB value is (160,137,206). Sum of RGB (Red+Green+Blue) = 160+137+206=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #A089CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089CE is #5F7631. Grayscale: #979797. Windows color (decimal): -6256178 or 13535648. OLE color: 13535648.

HSL color Cylindrical-coordinate representation of color #A089CE: hue angle of 260º 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 #A089CE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160137206-
CMYK0.220.3300.19
HSL260º41.32%67.25%-
HSV(B)260º33.5%80.78%-
XYZ34.5829.8262.33-
YUV151.74158.62133.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 137 (53.91% from 255) = 27.24%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=31.81%
G=27.24%
B=40.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601372060.220.3300.1926041.3267.25
HexA089CE16210131042943
Octal240211316264102340451103
Binary101000001000100111001110101101000010100111000001001010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A089CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A089CE; }

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

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

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

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

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

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

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

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