#A085BC

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

Shades of Cold Purple #A085BC

Tints of Cold Purple #A085BC

Color information

#A085BC (or 0xA085BC) is unknown color: approx Cold Purple. HEX triplet: A0, 85 and BC. RGB value is (160,133,188). Sum of RGB (Red+Green+Blue) = 160+133+188=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 133 (52.34% from 255 or 27.65% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: blue. Hex color #A085BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085BC is #5F7A43. Grayscale: #939393. Windows color (decimal): -6257220 or 12354976. OLE color: 12354976.

HSL color Cylindrical-coordinate representation of color #A085BC: hue angle of 269.45º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A085BC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160133188-
CMYK0.150.2900.26
HSL269.45º29.1%62.94%-
HSV(B)269.45º29.26%73.73%-
XYZ31.9627.8851.27-
YUV147.34150.95137.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 133 (52.34% from 255) = 27.65%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=33.26%
G=27.65%
B=39.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601331880.150.2900.26269.4529.162.94
HexA085BCF1D01A10d1d3f
Octal24020527417350324153577
Binary10100000100001011011110011111110101101010000110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085BC; }

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

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

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

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

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

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

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

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