#A288BE

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

Shades of Cold Purple #A288BE

Tints of Cold Purple #A288BE

Color information

#A288BE (or 0xA288BE) is unknown color: approx Cold Purple. HEX triplet: A2, 88 and BE. RGB value is (162,136,190). Sum of RGB (Red+Green+Blue) = 162+136+190=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #A288BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288BE is #5D7741. Grayscale: #959595. Windows color (decimal): -6125378 or 12486818. OLE color: 12486818.

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

Color convert

RGB162136190-
CMYK0.150.2800.25
HSL268.89º29.35%63.92%-
HSV(B)268.89º28.42%74.51%-
XYZ3329.0152.57-
YUV149.93150.61136.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.20%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=33.20%
G=27.87%
B=38.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621361900.150.2800.25268.8929.3563.92
HexA288BEF1C01910d1d40
Octal242210276173403141535100
Binary101000101000100010111110111111100011001100001101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288BE; }

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

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

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

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

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

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

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

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