#A086B9

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

Shades of Cold Purple #A086B9

Tints of Cold Purple #A086B9

Color information

#A086B9 (or 0xA086B9) is unknown color: approx Cold Purple. HEX triplet: A0, 86 and B9. RGB value is (160,134,185). Sum of RGB (Red+Green+Blue) = 160+134+185=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 185 - color contains mainly: blue. Hex color #A086B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086B9 is #5F7946. Grayscale: #939393. Windows color (decimal): -6256967 or 12158624. OLE color: 12158624.

HSL color Cylindrical-coordinate representation of color #A086B9: hue angle of 270.59º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A086B9 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB160134185-
CMYK0.140.2800.27
HSL270.59º26.7%62.55%-
HSV(B)270.59º27.57%72.55%-
XYZ31.7828.0349.63-
YUV147.59149.11136.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 185 (72.66% from 255) = 38.62%
R=33.40%
G=27.97%
B=38.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601341850.140.2800.27270.5926.762.55
HexA086B9E1C01B10f1b3f
Octal24020627116340334173377
Binary10100000100001101011100111101110001101110000111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086B9; }

 p { color: rgb(160,134,185); }

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

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

 a { background-color: rgb(160,134,185); }

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

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

 span { border-color: rgb(160,134,185); }

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