#A391BD

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

Shades of Cold Purple #A391BD

Tints of Cold Purple #A391BD

Color information

#A391BD (or 0xA391BD) is unknown color: approx Cold Purple. HEX triplet: A3, 91 and BD. RGB value is (163,145,189). Sum of RGB (Red+Green+Blue) = 163+145+189=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #A391BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391BD is #5C6E42. Grayscale: #9B9B9B. Windows color (decimal): -6057539 or 12423587. OLE color: 12423587.

HSL color Cylindrical-coordinate representation of color #A391BD: hue angle of 264.55º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A391BD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163145189-
CMYK0.140.2300.26
HSL264.55º25%65.49%-
HSV(B)264.55º23.28%74.12%-
XYZ34.4131.7152.45-
YUV155.4146.96133.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=32.80%
G=29.18%
B=38.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631451890.140.2300.26264.552565.49
HexA391BDE1701A1091941
Octal243221275162703241131101
Binary101000111001000110111101111010111011010100001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A391BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A391BD; }

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

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

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

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

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

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

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

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