#A391C9

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

Shades of Cold Purple #A391C9

Tints of Cold Purple #A391C9

Color information

#A391C9 (or 0xA391C9) is unknown color: approx Cold Purple. HEX triplet: A3, 91 and C9. RGB value is (163,145,201). Sum of RGB (Red+Green+Blue) = 163+145+201=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #A391C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391C9 is #5C6E36. Grayscale: #9C9C9C. Windows color (decimal): -6057527 or 13210019. OLE color: 13210019.

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

Color convert

RGB163145201-
CMYK0.190.2800.21
HSL259.29º34.15%67.84%-
HSV(B)259.29º27.86%78.82%-
XYZ35.7732.2559.6-
YUV156.77152.96132.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 145 (57.03% from 255) = 28.49%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=32.02%
G=28.49%
B=39.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1631452010.190.2800.21259.2934.1567.84
HexA391C9131C0151032244
Octal243221311233402540342104
Binary10100011100100011100100110011111000101011000000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391C9; }

 p { color: rgb(163,145,201); }

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

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

 a { background-color: rgb(163,145,201); }

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

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

 span { border-color: rgb(163,145,201); }

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