#A091BB

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

Shades of Cold Purple #A091BB

Tints of Cold Purple #A091BB

Color information

#A091BB (or 0xA091BB) is unknown color: approx Cold Purple. HEX triplet: A0, 91 and BB. RGB value is (160,145,187). Sum of RGB (Red+Green+Blue) = 160+145+187=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #A091BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091BB is #5F6E44. Grayscale: #9A9A9A. Windows color (decimal): -6254149 or 12292512. OLE color: 12292512.

HSL color Cylindrical-coordinate representation of color #A091BB: hue angle of 261.43º degrees, saturation: 0.24, 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 #A091BB is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160145187-
CMYK0.140.2200.27
HSL261.43º23.6%65.1%-
HSV(B)261.43º22.46%73.33%-
XYZ33.5931.3151.29-
YUV154.27146.47132.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 145 (57.03% from 255) = 29.47%
BLUE value IS 187 (73.44% from 255) = 38.01%
R=32.52%
G=29.47%
B=38.01%

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
Decimal1601451870.140.2200.27261.4323.665.1
HexA091BBE1601B1051841
Octal240221273162603340530101
Binary101000001001000110111011111010110011011100000101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091BB; }

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

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

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

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

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

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

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

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