#A488CA

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

Shades of Cold Purple #A488CA

Tints of Cold Purple #A488CA

Color information

#A488CA (or 0xA488CA) is unknown color: approx Cold Purple. HEX triplet: A4, 88 and CA. RGB value is (164,136,202). Sum of RGB (Red+Green+Blue) = 164+136+202=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #A488CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488CA is #5B7735. Grayscale: #979797. Windows color (decimal): -5994294 or 13273252. OLE color: 13273252.

HSL color Cylindrical-coordinate representation of color #A488CA: hue angle of 265.45º 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 #A488CA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164136202-
CMYK0.190.3300.21
HSL265.45º38.37%66.27%-
HSV(B)265.45º32.67%79.22%-
XYZ34.7729.7759.79-
YUV151.9156.28136.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 136 (53.52% from 255) = 27.09%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=32.67%
G=27.09%
B=40.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641362020.190.3300.21265.4538.3766.27
HexA488CA13210151092642
Octal244210312234102541146102
Binary101001001000100011001010100111000010101011000010011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488CA; }

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

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

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

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

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

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

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

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