#A884CE

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

Shades of Cold Purple #A884CE

Tints of Cold Purple #A884CE

Color information

#A884CE (or 0xA884CE) is unknown color: approx Cold Purple. HEX triplet: A8, 84 and CE. RGB value is (168,132,206). Sum of RGB (Red+Green+Blue) = 168+132+206=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #A884CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884CE is #577B31. Grayscale: #969696. Windows color (decimal): -5733170 or 13534376. OLE color: 13534376.

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

Color convert

RGB168132206-
CMYK0.180.3600.19
HSL269.19º43.02%66.27%-
HSV(B)269.19º35.92%80.78%-
XYZ35.5429.2862.17-
YUV151.2158.93139.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 206 (80.86% from 255) = 40.71%
R=33.20%
G=26.09%
B=40.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681322060.180.3600.19269.1943.0266.27
HexA884CE122401310d2b42
Octal250204316224402341553102
Binary101010001000010011001110100101001000100111000011011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A884CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A884CE; }

 p { color: rgb(168,132,206); }

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

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

 a { background-color: rgb(168,132,206); }

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

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

 span { border-color: rgb(168,132,206); }

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