#A385CE

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

Shades of Cold Purple #A385CE

Tints of Cold Purple #A385CE

Color information

#A385CE (or 0xA385CE) is unknown color: approx Cold Purple. HEX triplet: A3, 85 and CE. RGB value is (163,133,206). Sum of RGB (Red+Green+Blue) = 163+133+206=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #A385CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385CE is #5C7A31. Grayscale: #969696. Windows color (decimal): -6060594 or 13534627. OLE color: 13534627.

HSL color Cylindrical-coordinate representation of color #A385CE: hue angle of 264.66º 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 #A385CE is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163133206-
CMYK0.210.3500.19
HSL264.66º42.69%66.47%-
HSV(B)264.66º35.44%80.78%-
XYZ34.6329.0262.17-
YUV150.29159.44137.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 206 (80.86% from 255) = 41.04%
R=32.47%
G=26.49%
B=41.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631332060.210.3500.19264.6642.6966.47
HexA385CE15230131092b42
Octal243205316254302341153102
Binary101000111000010111001110101011000110100111000010011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385CE; }

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

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

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

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

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

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

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

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