#A682CD

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

Shades of Cold Purple #A682CD

Tints of Cold Purple #A682CD

Color information

#A682CD (or 0xA682CD) is unknown color: approx Cold Purple. HEX triplet: A6, 82 and CD. RGB value is (166,130,205). Sum of RGB (Red+Green+Blue) = 166+130+205=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #A682CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A682CD is #597D32. Grayscale: #959595. Windows color (decimal): -5864755 or 13468326. OLE color: 13468326.

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

Color convert

RGB166130205-
CMYK0.190.3700.20
HSL268.8º42.86%65.69%-
HSV(B)268.8º36.59%80.39%-
XYZ34.7328.4861.42-
YUV149.31159.43139.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 205 (80.47% from 255) = 40.92%
R=33.13%
G=25.95%
B=40.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661302050.190.3700.20268.842.8665.69
HexA682CD132501410d2b42
Octal246202315234502441553102
Binary101001101000001011001101100111001010101001000011011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682CD; }

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

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

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

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

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

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

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

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