#A491C3

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

Shades of Cold Purple #A491C3

Tints of Cold Purple #A491C3

Color information

#A491C3 (or 0xA491C3) is unknown color: approx Cold Purple. HEX triplet: A4, 91 and C3. RGB value is (164,145,195). Sum of RGB (Red+Green+Blue) = 164+145+195=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #A491C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491C3 is #5B6E3C. Grayscale: #9C9C9C. Windows color (decimal): -5991997 or 12816804. OLE color: 12816804.

HSL color Cylindrical-coordinate representation of color #A491C3: hue angle of 262.8º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A491C3 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164145195-
CMYK0.160.2600.24
HSL262.8º29.41%66.67%-
HSV(B)262.8º25.64%76.47%-
XYZ35.2932.0855.96-
YUV156.38149.79133.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=32.54%
G=28.77%
B=38.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641451950.160.2600.24262.829.4166.67
HexA491C3101A0181071d43
Octal244221303203203040735103
Binary1010010010010001110000111000011010011000100000111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491C3; }

 p { color: rgb(164,145,195); }

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

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

 a { background-color: rgb(164,145,195); }

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

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

 span { border-color: rgb(164,145,195); }

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