#A092B8

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

Shades of Cold Purple #A092B8

Tints of Cold Purple #A092B8

Color information

#A092B8 (or 0xA092B8) is unknown color: approx Cold Purple. HEX triplet: A0, 92 and B8. RGB value is (160,146,184). Sum of RGB (Red+Green+Blue) = 160+146+184=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 184 (72.27% from 255 or 37.55% from 490); Max value from RGB is 184 - color contains mainly: blue. Hex color #A092B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092B8 is #5F6D47. Grayscale: #9A9A9A. Windows color (decimal): -6253896 or 12096160. OLE color: 12096160.

HSL color Cylindrical-coordinate representation of color #A092B8: hue angle of 262.11º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A092B8 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB160146184-
CMYK0.130.2100.28
HSL262.11º21.11%64.71%-
HSV(B)262.11º20.65%72.16%-
XYZ33.4331.4949.66-
YUV154.52144.64131.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 184 (72.27% from 255) = 37.55%
R=32.65%
G=29.80%
B=37.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601461840.130.2100.28262.1121.1164.71
HexA092B8D1501C1061541
Octal240222270152503440625101
Binary101000001001001010111000110110101011100100000110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092B8; }

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

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

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

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

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

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

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

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