#a089d2

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

Shades of Cold Purple #A089D2

Tints of Cold Purple #A089D2

Color information

#A089D2 (or 0xA089D2) is unknown color: approx Cold Purple. HEX triplet: A0, 89 and D2. RGB value is (160,137,210). Sum of RGB (Red+Green+Blue) = 160+137+210=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #A089D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089D2 is #5F762D. Grayscale: #979797. Windows color (decimal): -6256174 or 13797792. OLE color: 13797792.

HSL color Cylindrical-coordinate representation of color #A089D2: hue angle of 258.9º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A089D2 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160137210-
CMYK0.240.3500.18
HSL258.9º44.79%68.04%-
HSV(B)258.9º34.76%82.35%-
XYZ35.0830.0264.92-
YUV152.2160.62133.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 137 (53.91% from 255) = 27.02%
BLUE value IS 210 (82.42% from 255) = 41.42%
R=31.56%
G=27.02%
B=41.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601372100.240.3500.18258.944.7968.04
HexA089D218230121032d44
Octal240211322304302240355104
Binary101000001000100111010010110001000110100101000000111011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a089d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a089d2; }

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

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

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

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

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

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

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

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