#A681CD

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

Shades of Cold Purple #A681CD

Tints of Cold Purple #A681CD

Color information

#A681CD (or 0xA681CD) is unknown color: approx Cold Purple. HEX triplet: A6, 81 and CD. RGB value is (166,129,205). Sum of RGB (Red+Green+Blue) = 166+129+205=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #A681CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681CD is #597E32. Grayscale: #949494. Windows color (decimal): -5865011 or 13468070. OLE color: 13468070.

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

Color convert

RGB166129205-
CMYK0.190.3700.20
HSL269.21º43.18%65.49%-
HSV(B)269.21º37.07%80.39%-
XYZ34.628.2261.38-
YUV148.73159.76140.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.2%
GREEN value IS 129 (50.78% from 255) = 25.8%
BLUE value IS 205 (80.47% from 255) = 41%
R=33.2%
G=25.8%
B=41%

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
Decimal1661292050.190.3700.20269.2143.1865.49
HexA681CD132501410d2b41
Octal246201315234502441553101
Binary101001101000000111001101100111001010101001000011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A681CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A681CD; }

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

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

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

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

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

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

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

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