#A287CD

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

Shades of Cold Purple #A287CD

Tints of Cold Purple #A287CD

Color information

#A287CD (or 0xA287CD) is unknown color: approx Cold Purple. HEX triplet: A2, 87 and CD. RGB value is (162,135,205). Sum of RGB (Red+Green+Blue) = 162+135+205=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #A287CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287CD is #5D7832. Grayscale: #969696. Windows color (decimal): -6125619 or 13469602. OLE color: 13469602.

HSL color Cylindrical-coordinate representation of color #A287CD: hue angle of 263.14º 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 #A287CD is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162135205-
CMYK0.210.3400.20
HSL263.14º41.18%66.67%-
HSV(B)263.14º34.15%80.39%-
XYZ34.5829.4261.61-
YUV151.05158.45135.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 135 (53.12% from 255) = 26.89%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=32.27%
G=26.89%
B=40.84%

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
Decimal1621352050.210.3400.20263.1441.1866.67
HexA287CD15220141072943
Octal242207315254202440751103
Binary101000101000011111001101101011000100101001000001111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A287CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A287CD; }

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

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

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

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

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

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

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

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