#A684CA

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

Shades of Cold Purple #A684CA

Tints of Cold Purple #A684CA

Color information

#A684CA (or 0xA684CA) is unknown color: approx Cold Purple. HEX triplet: A6, 84 and CA. RGB value is (166,132,202). Sum of RGB (Red+Green+Blue) = 166+132+202=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #A684CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684CA is #597B35. Grayscale: #959595. Windows color (decimal): -5864246 or 13272230. OLE color: 13272230.

HSL color Cylindrical-coordinate representation of color #A684CA: hue angle of 269.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A684CA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166132202-
CMYK0.180.3500.21
HSL269.14º39.77%65.49%-
HSV(B)269.14º34.65%79.22%-
XYZ34.6428.8759.62-
YUV150.15157.26139.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.2%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=33.2%
G=26.4%
B=40.4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661322020.180.3500.21269.1439.7765.49
HexA684CA122301510d2841
Octal246204312224302541550101
Binary101001101000010011001010100101000110101011000011011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684CA; }

 p { color: rgb(166,132,202); }

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

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

 a { background-color: rgb(166,132,202); }

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

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

 span { border-color: rgb(166,132,202); }

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