#A091BA

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

Shades of Cold Purple #A091BA

Tints of Cold Purple #A091BA

Color information

#A091BA (or 0xA091BA) is unknown color: approx Cold Purple. HEX triplet: A0, 91 and BA. RGB value is (160,145,186). Sum of RGB (Red+Green+Blue) = 160+145+186=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #A091BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091BA is #5F6E45. Grayscale: #9A9A9A. Windows color (decimal): -6254150 or 12226976. OLE color: 12226976.

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

Color convert

RGB160145186-
CMYK0.140.2200.27
HSL261.95º22.91%64.9%-
HSV(B)261.95º22.04%72.94%-
XYZ33.4931.2750.73-
YUV154.16145.97132.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 145 (57.03% from 255) = 29.53%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=32.59%
G=29.53%
B=37.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601451860.140.2200.27261.9522.9164.9
HexA091BAE1601B1061741
Octal240221272162603340627101
Binary101000001001000110111010111010110011011100000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091BA; }

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

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

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

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

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

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

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

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