#A085CF

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

Shades of Cold Purple #A085CF

Tints of Cold Purple #A085CF

Color information

#A085CF (or 0xA085CF) is unknown color: approx Cold Purple. HEX triplet: A0, 85 and CF. RGB value is (160,133,207). Sum of RGB (Red+Green+Blue) = 160+133+207=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #A085CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085CF is #5F7A30. Grayscale: #959595. Windows color (decimal): -6257201 or 13600160. OLE color: 13600160.

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

Color convert

RGB160133207-
CMYK0.230.3600.19
HSL261.89º43.53%66.67%-
HSV(B)261.89º35.75%81.18%-
XYZ34.1528.7562.78-
YUV149.51160.45135.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=32%
G=26.6%
B=41.4%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601332070.230.3600.19261.8943.5366.67
HexA085CF17240131062c43
Octal240205317274402340654103
Binary101000001000010111001111101111001000100111000001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085CF; }

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

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

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

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

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

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

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

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