#A385CA

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

Shades of Cold Purple #A385CA

Tints of Cold Purple #A385CA

Color information

#A385CA (or 0xA385CA) is unknown color: approx Cold Purple. HEX triplet: A3, 85 and CA. RGB value is (163,133,202). Sum of RGB (Red+Green+Blue) = 163+133+202=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #A385CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385CA is #5C7A35. Grayscale: #959595. Windows color (decimal): -6060598 or 13272483. OLE color: 13272483.

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

Color convert

RGB163133202-
CMYK0.190.3400.21
HSL266.09º39.43%65.69%-
HSV(B)266.09º34.16%79.22%-
XYZ34.1528.8359.64-
YUV149.84157.44137.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.73%
GREEN value IS 133 (52.34% from 255) = 26.71%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=32.73%
G=26.71%
B=40.56%

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
Decimal1631332020.190.3400.21266.0939.4365.69
HexA385CA132201510a2742
Octal243205312234202541247102
Binary101000111000010111001010100111000100101011000010101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A385CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A385CA; }

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

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

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

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

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

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

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

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