#A291CA

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

Shades of Cold Purple #A291CA

Tints of Cold Purple #A291CA

Color information

#A291CA (or 0xA291CA) is unknown color: approx Cold Purple. HEX triplet: A2, 91 and CA. RGB value is (162,145,202). Sum of RGB (Red+Green+Blue) = 162+145+202=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #A291CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291CA is #5D6E35. Grayscale: #9C9C9C. Windows color (decimal): -6123062 or 13275554. OLE color: 13275554.

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

Color convert

RGB162145202-
CMYK0.200.2800.21
HSL257.89º34.97%68.04%-
HSV(B)257.89º28.22%79.22%-
XYZ35.6932.260.21-
YUV156.58153.63131.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 145 (57.03% from 255) = 28.49%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=31.83%
G=28.49%
B=39.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621452020.200.2800.21257.8934.9768.04
HexA291CA141C0151022344
Octal242221312243402540243104
Binary10100010100100011100101010100111000101011000000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291CA; }

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

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

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

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

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

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

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

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