#A491C4

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

Shades of Cold Purple #A491C4

Tints of Cold Purple #A491C4

Color information

#A491C4 (or 0xA491C4) is unknown color: approx Cold Purple. HEX triplet: A4, 91 and C4. RGB value is (164,145,196). Sum of RGB (Red+Green+Blue) = 164+145+196=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #A491C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491C4 is #5B6E3B. Grayscale: #9C9C9C. Windows color (decimal): -5991996 or 12882340. OLE color: 12882340.

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

Color convert

RGB164145196-
CMYK0.160.2600.23
HSL262.35º30.18%66.86%-
HSV(B)262.35º26.02%76.86%-
XYZ35.432.1356.56-
YUV156.5150.29133.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.48%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=32.48%
G=28.71%
B=38.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641451960.160.2600.23262.3530.1866.86
HexA491C4101A0171061e43
Octal244221304203202740636103
Binary1010010010010001110001001000011010010111100000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491C4; }

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

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

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

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

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

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

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

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