#A287BD

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

Shades of Cold Purple #A287BD

Tints of Cold Purple #A287BD

Color information

#A287BD (or 0xA287BD) is unknown color: approx Cold Purple. HEX triplet: A2, 87 and BD. RGB value is (162,135,189). Sum of RGB (Red+Green+Blue) = 162+135+189=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #A287BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287BD is #5D7842. Grayscale: #959595. Windows color (decimal): -6125635 or 12421026. OLE color: 12421026.

HSL color Cylindrical-coordinate representation of color #A287BD: hue angle of 270º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A287BD is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB162135189-
CMYK0.140.2900.26
HSL270º29.03%63.53%-
HSV(B)270º28.57%74.12%-
XYZ32.7528.6851.95-
YUV149.23150.45137.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=33.33%
G=27.78%
B=38.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621351890.140.2900.2627029.0363.53
HexA287BDE1D01A10e1d40
Octal242207275163503241635100
Binary101000101000011110111101111011101011010100001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A287BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A287BD; }

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

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

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

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

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

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

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

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