#A785CA

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

Shades of Cold Purple #A785CA

Tints of Cold Purple #A785CA

Color information

#A785CA (or 0xA785CA) is unknown color: approx Cold Purple. HEX triplet: A7, 85 and CA. RGB value is (167,133,202). Sum of RGB (Red+Green+Blue) = 167+133+202=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #A785CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785CA is #587A35. Grayscale: #969696. Windows color (decimal): -5798454 or 13272487. OLE color: 13272487.

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

Color convert

RGB167133202-
CMYK0.170.3400.21
HSL269.57º39.43%65.69%-
HSV(B)269.57º34.16%79.22%-
XYZ34.9829.2559.68-
YUV151.03156.76139.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=33.27%
G=26.49%
B=40.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671332020.170.3400.21269.5739.4365.69
HexA785CA112201510e2742
Octal247205312214202541647102
Binary101001111000010111001010100011000100101011000011101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785CA; }

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

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

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

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

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

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

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

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