#A680CF

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

Shades of Cold Purple #A680CF

Tints of Cold Purple #A680CF

Color information

#A680CF (or 0xA680CF) is unknown color: approx Cold Purple. HEX triplet: A6, 80 and CF. RGB value is (166,128,207). Sum of RGB (Red+Green+Blue) = 166+128+207=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #A680CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A680CF is #597F30. Grayscale: #949494. Windows color (decimal): -5865265 or 13598886. OLE color: 13598886.

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

Color convert

RGB166128207-
CMYK0.200.3800.19
HSL268.86º45.14%65.69%-
HSV(B)268.86º38.16%81.18%-
XYZ34.7128.0562.62-
YUV148.37161.09140.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=33.13%
G=25.55%
B=41.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661282070.200.3800.19268.8645.1465.69
HexA680CF142601310d2d42
Octal246200317244602341555102
Binary101001101000000011001111101001001100100111000011011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680CF; }

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

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

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

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

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

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

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

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