#A092BA

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

Shades of Cold Purple #A092BA

Tints of Cold Purple #A092BA

Color information

#A092BA (or 0xA092BA) is unknown color: approx Cold Purple. HEX triplet: A0, 92 and BA. RGB value is (160,146,186). Sum of RGB (Red+Green+Blue) = 160+146+186=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #A092BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092BA is #5F6D45. Grayscale: #9A9A9A. Windows color (decimal): -6253894 or 12227232. OLE color: 12227232.

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

Color convert

RGB160146186-
CMYK0.140.2200.27
HSL261º22.47%65.1%-
HSV(B)261º21.51%72.94%-
XYZ33.6431.5850.78-
YUV154.75145.64131.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=32.52%
G=29.67%
B=37.80%

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
Decimal1601461860.140.2200.2726122.4765.1
HexA092BAE1601B1051641
Octal240222272162603340526101
Binary101000001001001010111010111010110011011100000101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092BA; }

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

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

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

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

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

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

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

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