#A680D5

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

Shades of Cold Purple #A680D5

Tints of Cold Purple #A680D5

Color information

#A680D5 (or 0xA680D5) is unknown color: approx Cold Purple. HEX triplet: A6, 80 and D5. RGB value is (166,128,213). Sum of RGB (Red+Green+Blue) = 166+128+213=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #A680D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680D5 is #597F2A. Grayscale: #949494. Windows color (decimal): -5865259 or 13992102. OLE color: 13992102.

HSL color Cylindrical-coordinate representation of color #A680D5: hue angle of 266.82º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A680D5 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166128213-
CMYK0.220.4000.16
HSL266.82º50.3%66.86%-
HSV(B)266.82º39.91%83.53%-
XYZ35.4628.3566.55-
YUV149.05164.09140.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 213 (83.59% from 255) = 42.01%
R=32.74%
G=25.25%
B=42.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661282130.220.4000.16266.8250.366.86
HexA680D5162801010b3243
Octal246200325265002041362103
Binary101001101000000011010101101101010000100001000010111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680D5; }

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

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

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

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

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

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

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

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