#A288BD

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

Shades of Cold Purple #A288BD

Tints of Cold Purple #A288BD

Color information

#A288BD (or 0xA288BD) is unknown color: approx Cold Purple. HEX triplet: A2, 88 and BD. RGB value is (162,136,189). Sum of RGB (Red+Green+Blue) = 162+136+189=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #A288BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288BD is #5D7742. Grayscale: #959595. Windows color (decimal): -6125379 or 12421282. OLE color: 12421282.

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

Color convert

RGB162136189-
CMYK0.140.2800.26
HSL269.43º28.65%63.73%-
HSV(B)269.43º28.04%74.12%-
XYZ32.8928.9652-
YUV149.82150.11136.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 189 (74.22% from 255) = 38.81%
R=33.26%
G=27.93%
B=38.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621361890.140.2800.26269.4328.6563.73
HexA288BDE1C01A10d1d40
Octal242210275163403241535100
Binary101000101000100010111101111011100011010100001101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288BD; }

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

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

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

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

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

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

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

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