#A485CE

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

Shades of Cold Purple #A485CE

Tints of Cold Purple #A485CE

Color information

#A485CE (or 0xA485CE) is unknown color: approx Cold Purple. HEX triplet: A4, 85 and CE. RGB value is (164,133,206). Sum of RGB (Red+Green+Blue) = 164+133+206=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #A485CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485CE is #5B7A31. Grayscale: #969696. Windows color (decimal): -5995058 or 13534628. OLE color: 13534628.

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

Color convert

RGB164133206-
CMYK0.200.3500.19
HSL265.48º42.69%66.47%-
HSV(B)265.48º35.44%80.78%-
XYZ34.8429.1262.18-
YUV150.59159.27137.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=32.60%
G=26.44%
B=40.95%

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
Decimal1641332060.200.3500.19265.4842.6966.47
HexA485CE14230131092b42
Octal244205316244302341153102
Binary101001001000010111001110101001000110100111000010011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A485CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A485CE; }

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

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

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

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

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

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

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

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