#A086CC

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

Shades of Cold Purple #A086CC

Tints of Cold Purple #A086CC

Color information

#A086CC (or 0xA086CC) is unknown color: approx Cold Purple. HEX triplet: A0, 86 and CC. RGB value is (160,134,204). Sum of RGB (Red+Green+Blue) = 160+134+204=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #A086CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A086CC is #5F7933. Grayscale: #959595. Windows color (decimal): -6256948 or 13403808. OLE color: 13403808.

HSL color Cylindrical-coordinate representation of color #A086CC: hue angle of 262.29º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A086CC is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160134204-
CMYK0.220.3400.2
HSL262.29º40.7%66.27%-
HSV(B)262.29º34.31%80%-
XYZ33.9228.8860.91-
YUV149.75158.61135.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.13%
GREEN value IS 134 (52.73% from 255) = 26.91%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=32.13%
G=26.91%
B=40.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601342040.220.3400.2262.2940.766.27
HexA086CC16220141062942
Octal240206314264202440651102
Binary101000001000011011001100101101000100101001000001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A086CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A086CC; }

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

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

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

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

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

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

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

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