#A085DC

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

Shades of Medium Purple #A085DC

Tints of Medium Purple #A085DC

Color information

#A085DC (or 0xA085DC) is unknown color: approx Medium Purple. HEX triplet: A0, 85 and DC. RGB value is (160,133,220). Sum of RGB (Red+Green+Blue) = 160+133+220=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #A085DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085DC is #5F7A23. Grayscale: #969696. Windows color (decimal): -6257188 or 14452128. OLE color: 14452128.

HSL color Cylindrical-coordinate representation of color #A085DC: hue angle of 258.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A085DC is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160133220-
CMYK0.270.4000.14
HSL258.62º55.41%69.22%-
HSV(B)258.62º39.55%86.27%-
XYZ35.829.4271.5-
YUV150.99166.95134.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.19%
GREEN value IS 133 (52.34% from 255) = 25.93%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=31.19%
G=25.93%
B=42.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1601332200.270.4000.14258.6255.4169.22
HexA085DC1B280E1033745
Octal240205334335001640367105
Binary10100000100001011101110011011101000011101000000111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A085DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A085DC; }

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

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

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

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

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

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

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

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