#A092B2

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

Shades of Cold Purple #A092B2

Tints of Cold Purple #A092B2

Color information

#A092B2 (or 0xA092B2) is unknown color: approx Cold Purple. HEX triplet: A0, 92 and B2. RGB value is (160,146,178). Sum of RGB (Red+Green+Blue) = 160+146+178=484 (64% of max value = 765). Red value is 160 (62.89% from 255 or 33.06% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 178 - color contains mainly: blue. Hex color #A092B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A092B2 is #5F6D4D. Grayscale: #999999. Windows color (decimal): -6253902 or 11702944. OLE color: 11702944.

HSL color Cylindrical-coordinate representation of color #A092B2: hue angle of 266.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A092B2 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160146178-
CMYK0.100.1800.30
HSL266.25º17.2%63.53%-
HSV(B)266.25º17.98%69.8%-
XYZ32.8131.2546.42-
YUV153.83141.64132.4-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.06%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 178 (69.92% from 255) = 36.78%
R=33.06%
G=30.17%
B=36.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601461780.100.1800.30266.2517.263.53
HexA092B2A1201E10a1140
Octal240222262122203641221100
Binary101000001001001010110010101010010011110100001010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092B2; }

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

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

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

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

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

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

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

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