#A086D0

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

Shades of Cold Purple #A086D0

Tints of Cold Purple #A086D0

Color information

#A086D0 (or 0xA086D0) is unknown color: approx Cold Purple. HEX triplet: A0, 86 and D0. RGB value is (160,134,208). Sum of RGB (Red+Green+Blue) = 160+134+208=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #A086D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086D0 is #5F792F. Grayscale: #959595. Windows color (decimal): -6256944 or 13665952. OLE color: 13665952.

HSL color Cylindrical-coordinate representation of color #A086D0: hue angle of 261.08º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A086D0 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB160134208-
CMYK0.230.3600.18
HSL261.08º44.05%67.06%-
HSV(B)261.08º35.58%81.57%-
XYZ34.4129.0863.47-
YUV150.21160.61134.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.87%
GREEN value IS 134 (52.73% from 255) = 26.69%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=31.87%
G=26.69%
B=41.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1601342080.230.3600.18261.0844.0567.06
HexA086D017240121052c43
Octal240206320274402240554103
Binary101000001000011011010000101111001000100101000001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086D0; }

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

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

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

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

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

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

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

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