#A486C6

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

Shades of Cold Purple #A486C6

Tints of Cold Purple #A486C6

Color information

#A486C6 (or 0xA486C6) is unknown color: approx Cold Purple. HEX triplet: A4, 86 and C6. RGB value is (164,134,198). Sum of RGB (Red+Green+Blue) = 164+134+198=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #A486C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486C6 is #5B7939. Grayscale: #969696. Windows color (decimal): -5994810 or 13010596. OLE color: 13010596.

HSL color Cylindrical-coordinate representation of color #A486C6: hue angle of 268.12º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A486C6 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB164134198-
CMYK0.170.3200.22
HSL268.12º35.96%65.1%-
HSV(B)268.12º32.32%77.65%-
XYZ34.0329.0257.23-
YUV150.27154.94137.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 198 (77.73% from 255) = 39.92%
R=33.06%
G=27.02%
B=39.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641341980.170.3200.22268.1235.9665.1
HexA486C6112001610c2441
Octal244206306214002641444101
Binary101001001000011011000110100011000000101101000011001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486C6; }

 p { color: rgb(164,134,198); }

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

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

 a { background-color: rgb(164,134,198); }

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

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

 span { border-color: rgb(164,134,198); }

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