#A287CA

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

Shades of Cold Purple #A287CA

Tints of Cold Purple #A287CA

Color information

#A287CA (or 0xA287CA) is unknown color: approx Cold Purple. HEX triplet: A2, 87 and CA. RGB value is (162,135,202). Sum of RGB (Red+Green+Blue) = 162+135+202=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A287CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287CA is #5D7835. Grayscale: #969696. Windows color (decimal): -6125622 or 13272994. OLE color: 13272994.

HSL color Cylindrical-coordinate representation of color #A287CA: hue angle of 264.18º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A287CA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162135202-
CMYK0.200.3300.21
HSL264.18º38.73%66.08%-
HSV(B)264.18º33.17%79.22%-
XYZ34.2229.2759.72-
YUV150.71156.95136.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 135 (53.12% from 255) = 27.05%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=32.46%
G=27.05%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621352020.200.3300.21264.1838.7366.08
HexA287CA14210151082742
Octal242207312244102541047102
Binary101000101000011111001010101001000010101011000010001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A287CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A287CA; }

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

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

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

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

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

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

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

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