#A682CF

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

Shades of Cold Purple #A682CF

Tints of Cold Purple #A682CF

Color information

#A682CF (or 0xA682CF) is unknown color: approx Cold Purple. HEX triplet: A6, 82 and CF. RGB value is (166,130,207). Sum of RGB (Red+Green+Blue) = 166+130+207=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #A682CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682CF is #597D30. Grayscale: #959595. Windows color (decimal): -5864753 or 13599398. OLE color: 13599398.

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

Color convert

RGB166130207-
CMYK0.200.3700.19
HSL268.05º44.51%66.08%-
HSV(B)268.05º37.2%81.18%-
XYZ34.9728.5862.7-
YUV149.54160.43139.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=33.00%
G=25.84%
B=41.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661302070.200.3700.19268.0544.5166.08
HexA682CF142501310c2d42
Octal246202317244502341455102
Binary101001101000001011001111101001001010100111000011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682CF; }

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

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

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

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

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

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

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

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