#A486CE

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

Shades of Cold Purple #A486CE

Tints of Cold Purple #A486CE

Color information

#A486CE (or 0xA486CE) is unknown color: approx Cold Purple. HEX triplet: A4, 86 and CE. RGB value is (164,134,206). Sum of RGB (Red+Green+Blue) = 164+134+206=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #A486CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A486CE is #5B7931. Grayscale: #969696. Windows color (decimal): -5994802 or 13534884. OLE color: 13534884.

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

Color convert

RGB164134206-
CMYK0.200.3500.19
HSL265º42.35%66.67%-
HSV(B)265º34.95%80.78%-
XYZ34.9829.462.22-
YUV151.18158.94137.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 134 (52.73% from 255) = 26.59%
BLUE value IS 206 (80.86% from 255) = 40.87%
R=32.54%
G=26.59%
B=40.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641342060.200.3500.1926542.3566.67
HexA486CE14230131092a43
Octal244206316244302341152103
Binary101001001000011011001110101001000110100111000010011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486CE; }

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

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

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

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

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

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

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

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