#A684CD

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

Shades of Cold Purple #A684CD

Tints of Cold Purple #A684CD

Color information

#A684CD (or 0xA684CD) is unknown color: approx Cold Purple. HEX triplet: A6, 84 and CD. RGB value is (166,132,205). Sum of RGB (Red+Green+Blue) = 166+132+205=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #A684CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684CD is #597B32. Grayscale: #969696. Windows color (decimal): -5864243 or 13468838. OLE color: 13468838.

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

Color convert

RGB166132205-
CMYK0.190.3600.20
HSL267.95º42.2%66.08%-
HSV(B)267.95º35.61%80.39%-
XYZ3529.0261.51-
YUV150.49158.76139.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 132 (51.95% from 255) = 26.24%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=33.00%
G=26.24%
B=40.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661322050.190.3600.20267.9542.266.08
HexA684CD132401410c2a42
Octal246204315234402441452102
Binary101001101000010011001101100111001000101001000011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684CD; }

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

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

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

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

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

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

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

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