#A680D1

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

Shades of Cold Purple #A680D1

Tints of Cold Purple #A680D1

Color information

#A680D1 (or 0xA680D1) is unknown color: approx Cold Purple. HEX triplet: A6, 80 and D1. RGB value is (166,128,209). Sum of RGB (Red+Green+Blue) = 166+128+209=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #A680D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680D1 is #597F2E. Grayscale: #949494. Windows color (decimal): -5865263 or 13729958. OLE color: 13729958.

HSL color Cylindrical-coordinate representation of color #A680D1: hue angle of 268.15º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A680D1 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB166128209-
CMYK0.210.3900.18
HSL268.15º46.82%66.08%-
HSV(B)268.15º38.76%81.96%-
XYZ34.9528.1563.91-
YUV148.6162.09140.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=33.00%
G=25.45%
B=41.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1661282090.210.3900.18268.1546.8266.08
HexA680D1152701210c2f42
Octal246200321254702241457102
Binary101001101000000011010001101011001110100101000011001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680D1; }

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

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

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

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

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

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

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

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