#A486CA

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

Shades of Cold Purple #A486CA

Tints of Cold Purple #A486CA

Color information

#A486CA (or 0xA486CA) is unknown color: approx Cold Purple. HEX triplet: A4, 86 and CA. RGB value is (164,134,202). Sum of RGB (Red+Green+Blue) = 164+134+202=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 134 (52.73% from 255 or 26.8% 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 #A486CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486CA is #5B7935. Grayscale: #969696. Windows color (decimal): -5994806 or 13272740. OLE color: 13272740.

HSL color Cylindrical-coordinate representation of color #A486CA: hue angle of 266.47º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A486CA is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164134202-
CMYK0.190.3400.21
HSL266.47º39.08%65.88%-
HSV(B)266.47º33.66%79.22%-
XYZ34.529.2159.7-
YUV150.72156.94137.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.8%
GREEN value IS 134 (52.73% from 255) = 26.8%
BLUE value IS 202 (79.30% from 255) = 40.4%
R=32.8%
G=26.8%
B=40.4%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641342020.190.3400.21266.4739.0865.88
HexA486CA132201510a2742
Octal244206312234202541247102
Binary101001001000011011001010100111000100101011000010101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486CA; }

 p { color: rgb(164,134,202); }

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

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

 a { background-color: rgb(164,134,202); }

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

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

 span { border-color: rgb(164,134,202); }

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