#A092B3

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

Shades of Cold Purple #A092B3

Tints of Cold Purple #A092B3

Color information

#A092B3 (or 0xA092B3) is unknown color: approx Cold Purple. HEX triplet: A0, 92 and B3. RGB value is (160,146,179). Sum of RGB (Red+Green+Blue) = 160+146+179=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 179 - color contains mainly: blue. Hex color #A092B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092B3 is #5F6D4C. Grayscale: #999999. Windows color (decimal): -6253901 or 11768480. OLE color: 11768480.

HSL color Cylindrical-coordinate representation of color #A092B3: hue angle of 265.45º degrees, saturation: 0.18, 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 #A092B3 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB160146179-
CMYK0.110.1800.30
HSL265.45º17.84%63.73%-
HSV(B)265.45º18.44%70.2%-
XYZ32.9131.2946.95-
YUV153.95142.14132.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=32.99%
G=30.10%
B=36.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601461790.110.1800.30265.4517.8463.73
HexA092B3B1201E1091240
Octal240222263132203641122100
Binary101000001001001010110011101110010011110100001001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092B3; }

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

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

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

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

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

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

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

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