#A187CD

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

Shades of Cold Purple #A187CD

Tints of Cold Purple #A187CD

Color information

#A187CD (or 0xA187CD) is unknown color: approx Cold Purple. HEX triplet: A1, 87 and CD. RGB value is (161,135,205). Sum of RGB (Red+Green+Blue) = 161+135+205=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #A187CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187CD is #5E7832. Grayscale: #969696. Windows color (decimal): -6191155 or 13469601. OLE color: 13469601.

HSL color Cylindrical-coordinate representation of color #A187CD: hue angle of 262.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A187CD is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161135205-
CMYK0.210.3400.20
HSL262.29º41.18%66.67%-
HSV(B)262.29º34.15%80.39%-
XYZ34.3829.3161.6-
YUV150.75158.61135.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=32.14%
G=26.95%
B=40.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611352050.210.3400.20262.2941.1866.67
HexA187CD15220141062943
Octal241207315254202440651103
Binary101000011000011111001101101011000100101001000001101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A187CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A187CD; }

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

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

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

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

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

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

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

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