#A288CA

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

Shades of Cold Purple #A288CA

Tints of Cold Purple #A288CA

Color information

#A288CA (or 0xA288CA) is unknown color: approx Cold Purple. HEX triplet: A2, 88 and CA. RGB value is (162,136,202). Sum of RGB (Red+Green+Blue) = 162+136+202=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #A288CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288CA is #5D7735. Grayscale: #979797. Windows color (decimal): -6125366 or 13273250. OLE color: 13273250.

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

Color convert

RGB162136202-
CMYK0.200.3300.21
HSL263.64º38.37%66.27%-
HSV(B)263.64º32.67%79.22%-
XYZ34.3729.5559.77-
YUV151.3156.61135.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.4%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=32.4%
G=27.2%
B=40.4%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621362020.200.3300.21263.6438.3766.27
HexA288CA14210151082642
Octal242210312244102541046102
Binary101000101000100011001010101001000010101011000010001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288CA; }

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

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

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

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

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

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

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

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