#A684CE

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

Shades of Cold Purple #A684CE

Tints of Cold Purple #A684CE

Color information

#A684CE (or 0xA684CE) is unknown color: approx Cold Purple. HEX triplet: A6, 84 and CE. RGB value is (166,132,206). Sum of RGB (Red+Green+Blue) = 166+132+206=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #A684CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684CE is #597B31. Grayscale: #969696. Windows color (decimal): -5864242 or 13534374. OLE color: 13534374.

HSL color Cylindrical-coordinate representation of color #A684CE: hue angle of 267.57º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A684CE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166132206-
CMYK0.190.3600.19
HSL267.57º43.02%66.27%-
HSV(B)267.57º35.92%80.78%-
XYZ35.1229.0762.15-
YUV150.6159.26138.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=32.94%
G=26.19%
B=40.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661322060.190.3600.19267.5743.0266.27
HexA684CE132401310c2b42
Octal246204316234402341453102
Binary101001101000010011001110100111001000100111000011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684CE; }

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

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

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

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

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

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

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

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