#A189CE

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

Shades of Cold Purple #A189CE

Tints of Cold Purple #A189CE

Color information

#A189CE (or 0xA189CE) is unknown color: approx Cold Purple. HEX triplet: A1, 89 and CE. RGB value is (161,137,206). Sum of RGB (Red+Green+Blue) = 161+137+206=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #A189CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189CE is #5E7631. Grayscale: #979797. Windows color (decimal): -6190642 or 13535649. OLE color: 13535649.

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

Color convert

RGB161137206-
CMYK0.220.3300.19
HSL260.87º41.32%67.25%-
HSV(B)260.87º33.5%80.78%-
XYZ34.7829.9262.34-
YUV152.04158.45134.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=31.94%
G=27.18%
B=40.87%

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
Decimal1611372060.220.3300.19260.8741.3267.25
HexA189CE16210131052943
Octal241211316264102340551103
Binary101000011000100111001110101101000010100111000001011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189CE; }

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

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

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

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

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

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

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

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