#A091BF

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

Shades of Cold Purple #A091BF

Tints of Cold Purple #A091BF

Color information

#A091BF (or 0xA091BF) is unknown color: approx Cold Purple. HEX triplet: A0, 91 and BF. RGB value is (160,145,191). Sum of RGB (Red+Green+Blue) = 160+145+191=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #A091BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091BF is #5F6E40. Grayscale: #9A9A9A. Windows color (decimal): -6254145 or 12554656. OLE color: 12554656.

HSL color Cylindrical-coordinate representation of color #A091BF: hue angle of 259.57º 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 #A091BF is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160145191-
CMYK0.160.2400.25
HSL259.57º26.44%65.88%-
HSV(B)259.57º24.08%74.9%-
XYZ34.0331.4953.57-
YUV154.73148.47131.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.26%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 191 (75% from 255) = 38.51%
R=32.26%
G=29.23%
B=38.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601451910.160.2400.25259.5726.4465.88
HexA091BF10180191041a42
Octal240221277203003140432102
Binary1010000010010001101111111000011000011001100000100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091BF; }

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

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

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

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

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

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

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

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