#A288BF

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

Shades of Cold Purple #A288BF

Tints of Cold Purple #A288BF

Color information

#A288BF (or 0xA288BF) is unknown color: approx Cold Purple. HEX triplet: A2, 88 and BF. RGB value is (162,136,191). Sum of RGB (Red+Green+Blue) = 162+136+191=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #A288BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288BF is #5D7740. Grayscale: #959595. Windows color (decimal): -6125377 or 12552354. OLE color: 12552354.

HSL color Cylindrical-coordinate representation of color #A288BF: hue angle of 268.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A288BF is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB162136191-
CMYK0.150.2900.25
HSL268.36º30.05%64.12%-
HSV(B)268.36º28.8%74.9%-
XYZ33.1129.0553.15-
YUV150.04151.11136.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 191 (75% from 255) = 39.06%
R=33.13%
G=27.81%
B=39.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621361910.150.2900.25268.3630.0564.12
HexA288BFF1D01910c1e40
Octal242210277173503141436100
Binary101000101000100010111111111111101011001100001100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288BF; }

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

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

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

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

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

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

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

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