#A681CE

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

Shades of Cold Purple #A681CE

Tints of Cold Purple #A681CE

Color information

#A681CE (or 0xA681CE) is unknown color: approx Cold Purple. HEX triplet: A6, 81 and CE. RGB value is (166,129,206). Sum of RGB (Red+Green+Blue) = 166+129+206=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #A681CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A681CE is #597E31. Grayscale: #949494. Windows color (decimal): -5865010 or 13533606. OLE color: 13533606.

HSL color Cylindrical-coordinate representation of color #A681CE: hue angle of 268.83º degrees, saturation: 0.44, 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 #A681CE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166129206-
CMYK0.190.3700.19
HSL268.83º44%65.69%-
HSV(B)268.83º37.38%80.78%-
XYZ34.7228.2662.02-
YUV148.84160.26140.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 129 (50.78% from 255) = 25.75%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=33.13%
G=25.75%
B=41.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661292060.190.3700.19268.834465.69
HexA681CE132501310d2c42
Octal246201316234502341554102
Binary101001101000000111001110100111001010100111000011011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A681CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A681CE; }

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

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

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

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

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

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

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

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