#A591BF

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

Shades of Cold Purple #A591BF

Tints of Cold Purple #A591BF

Color information

#A591BF (or 0xA591BF) is unknown color: approx Cold Purple. HEX triplet: A5, 91 and BF. RGB value is (165,145,191). Sum of RGB (Red+Green+Blue) = 165+145+191=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #A591BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A591BF is #5A6E40. Grayscale: #9C9C9C. Windows color (decimal): -5926465 or 12554661. OLE color: 12554661.

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

Color convert

RGB165145191-
CMYK0.140.2400.25
HSL266.09º26.44%65.88%-
HSV(B)266.09º24.08%74.9%-
XYZ35.0532.0153.62-
YUV156.22147.63134.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 191 (75% from 255) = 38.12%
R=32.93%
G=28.94%
B=38.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651451910.140.2400.25266.0926.4465.88
HexA591BFE1801910a1a42
Octal245221277163003141232102
Binary101001011001000110111111111011000011001100001010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A591BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A591BF; }

 p { color: rgb(165,145,191); }

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

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

 a { background-color: rgb(165,145,191); }

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

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

 span { border-color: rgb(165,145,191); }

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