#A086C1

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

Shades of Cold Purple #A086C1

Tints of Cold Purple #A086C1

Color information

#A086C1 (or 0xA086C1) is unknown color: approx Cold Purple. HEX triplet: A0, 86 and C1. RGB value is (160,134,193). Sum of RGB (Red+Green+Blue) = 160+134+193=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 193 (75.78% from 255 or 39.63% from 487); Max value from RGB is 193 - color contains mainly: blue. Hex color #A086C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086C1 is #5F793E. Grayscale: #949494. Windows color (decimal): -6256959 or 12682912. OLE color: 12682912.

HSL color Cylindrical-coordinate representation of color #A086C1: hue angle of 266.44º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A086C1 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160134193-
CMYK0.170.3100.24
HSL266.44º32.24%64.12%-
HSV(B)266.44º30.57%75.69%-
XYZ32.6528.3754.21-
YUV148.5153.11136.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 193 (75.78% from 255) = 39.63%
R=32.85%
G=27.52%
B=39.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601341930.170.3100.24266.4432.2464.12
HexA086C1111F01810a2040
Octal240206301213703041240100
Binary10100000100001101100000110001111110110001000010101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086C1; }

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

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

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

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

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

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

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

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