#A288CB

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

Shades of Cold Purple #A288CB

Tints of Cold Purple #A288CB

Color information

#A288CB (or 0xA288CB) is unknown color: approx Cold Purple. HEX triplet: A2, 88 and CB. RGB value is (162,136,203). Sum of RGB (Red+Green+Blue) = 162+136+203=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #A288CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288CB is #5D7734. Grayscale: #979797. Windows color (decimal): -6125365 or 13338786. OLE color: 13338786.

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

Color convert

RGB162136203-
CMYK0.200.3300.20
HSL263.28º39.18%66.47%-
HSV(B)263.28º33%79.61%-
XYZ34.4829.660.4-
YUV151.41157.11135.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 136 (53.52% from 255) = 27.15%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=32.34%
G=27.15%
B=40.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621362030.200.3300.20263.2839.1866.47
HexA288CB14210141072742
Octal242210313244102440747102
Binary101000101000100011001011101001000010101001000001111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288CB; }

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

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

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

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

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

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

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

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