#A680CE

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

Shades of Cold Purple #A680CE

Tints of Cold Purple #A680CE

Color information

#A680CE (or 0xA680CE) is unknown color: approx Cold Purple. HEX triplet: A6, 80 and CE. RGB value is (166,128,206). Sum of RGB (Red+Green+Blue) = 166+128+206=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #A680CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680CE is #597F31. Grayscale: #939393. Windows color (decimal): -5865266 or 13533350. OLE color: 13533350.

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

Color convert

RGB166128206-
CMYK0.190.3800.19
HSL269.23º44.32%65.49%-
HSV(B)269.23º37.86%80.78%-
XYZ34.592861.97-
YUV148.25160.59140.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.2%
GREEN value IS 128 (50.39% from 255) = 25.6%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=33.2%
G=25.6%
B=41.2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661282060.190.3800.19269.2344.3265.49
HexA680CE132601310d2c41
Octal246200316234602341554101
Binary101001101000000011001110100111001100100111000011011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680CE; }

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

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

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

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

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

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

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

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