#A189D0

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

Shades of Cold Purple #A189D0

Tints of Cold Purple #A189D0

Color information

#A189D0 (or 0xA189D0) is unknown color: approx Cold Purple. HEX triplet: A1, 89 and D0. RGB value is (161,137,208). Sum of RGB (Red+Green+Blue) = 161+137+208=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #A189D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189D0 is #5E762F. Grayscale: #989898. Windows color (decimal): -6190640 or 13666721. OLE color: 13666721.

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

Color convert

RGB161137208-
CMYK0.230.3400.18
HSL260.28º43.03%67.65%-
HSV(B)260.28º34.13%81.57%-
XYZ35.0330.0263.62-
YUV152.27159.45134.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 137 (53.91% from 255) = 27.08%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=31.82%
G=27.08%
B=41.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611372080.230.3400.18260.2843.0367.65
HexA189D017220121042b44
Octal241211320274202240453104
Binary101000011000100111010000101111000100100101000001001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A189D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A189D0; }

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

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

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

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

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

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

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

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