#A187D0

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

Shades of Cold Purple #A187D0

Tints of Cold Purple #A187D0

Color information

#A187D0 (or 0xA187D0) is unknown color: approx Cold Purple. HEX triplet: A1, 87 and D0. RGB value is (161,135,208). Sum of RGB (Red+Green+Blue) = 161+135+208=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 135 (53.12% from 255 or 26.79% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #A187D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187D0 is #5E782F. Grayscale: #969696. Windows color (decimal): -6191152 or 13666209. OLE color: 13666209.

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

Color convert

RGB161135208-
CMYK0.230.3500.18
HSL261.37º43.71%67.25%-
HSV(B)261.37º35.1%81.57%-
XYZ34.7529.4663.53-
YUV151.1160.11135.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 135 (53.12% from 255) = 26.79%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=31.94%
G=26.79%
B=41.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611352080.230.3500.18261.3743.7167.25
HexA187D017230121052c43
Octal241207320274302240554103
Binary101000011000011111010000101111000110100101000001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187D0; }

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

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

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

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

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

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

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

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