#A684D0

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

Shades of Cold Purple #A684D0

Tints of Cold Purple #A684D0

Color information

#A684D0 (or 0xA684D0) is unknown color: approx Cold Purple. HEX triplet: A6, 84 and D0. RGB value is (166,132,208). Sum of RGB (Red+Green+Blue) = 166+132+208=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #A684D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684D0 is #597B2F. Grayscale: #969696. Windows color (decimal): -5864240 or 13665446. OLE color: 13665446.

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

Color convert

RGB166132208-
CMYK0.200.3700.18
HSL266.84º44.71%66.67%-
HSV(B)266.84º36.54%81.57%-
XYZ35.3629.1663.44-
YUV150.83160.26138.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 208 (81.64% from 255) = 41.11%
R=32.81%
G=26.09%
B=41.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661322080.200.3700.18266.8444.7166.67
HexA684D0142501210b2d43
Octal246204320244502241355103
Binary101001101000010011010000101001001010100101000010111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684D0; }

 p { color: rgb(166,132,208); }

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

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

 a { background-color: rgb(166,132,208); }

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

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

 span { border-color: rgb(166,132,208); }

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