#A785CF

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

Shades of Cold Purple #A785CF

Tints of Cold Purple #A785CF

Color information

#A785CF (or 0xA785CF) is unknown color: approx Cold Purple. HEX triplet: A7, 85 and CF. RGB value is (167,133,207). Sum of RGB (Red+Green+Blue) = 167+133+207=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 133 (52.34% from 255 or 26.23% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A785CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785CF is #587A30. Grayscale: #979797. Windows color (decimal): -5798449 or 13600167. OLE color: 13600167.

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

Color convert

RGB167133207-
CMYK0.190.3600.19
HSL267.57º43.53%66.67%-
HSV(B)267.57º35.75%81.18%-
XYZ35.5929.562.85-
YUV151.6159.26138.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.94%
GREEN value IS 133 (52.34% from 255) = 26.23%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=32.94%
G=26.23%
B=40.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671332070.190.3600.19267.5743.5366.67
HexA785CF132401310c2c43
Octal247205317234402341454103
Binary101001111000010111001111100111001000100111000011001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785CF; }

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

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

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

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

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

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

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

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