#A385CF

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

Shades of Cold Purple #A385CF

Tints of Cold Purple #A385CF

Color information

#A385CF (or 0xA385CF) is unknown color: approx Cold Purple. HEX triplet: A3, 85 and CF. RGB value is (163,133,207). Sum of RGB (Red+Green+Blue) = 163+133+207=503 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.41% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #A385CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385CF is #5C7A30. Grayscale: #969696. Windows color (decimal): -6060593 or 13600163. OLE color: 13600163.

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

Color convert

RGB163133207-
CMYK0.210.3600.19
HSL264.32º43.53%66.67%-
HSV(B)264.32º35.75%81.18%-
XYZ34.7529.0762.81-
YUV150.41159.94136.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.41%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=32.41%
G=26.44%
B=41.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631332070.210.3600.19264.3243.5366.67
HexA385CF15240131082c43
Octal243205317254402341054103
Binary101000111000010111001111101011001000100111000010001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385CF; }

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

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

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

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

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

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

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

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