#A85DF4

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

Shades of Medium Purple #A85DF4

Tints of Medium Purple #A85DF4

Color information

#A85DF4 (or 0xA85DF4) is unknown color: approx Medium Purple. HEX triplet: A8, 5D and F4. RGB value is (168,93,244). Sum of RGB (Red+Green+Blue) = 168+93+244=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #A85DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85DF4 is #57A20B. Grayscale: #848484. Windows color (decimal): -5743116 or 16014760. OLE color: 16014760.

HSL color Cylindrical-coordinate representation of color #A85DF4: hue angle of 269.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85DF4 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16893244-
CMYK0.310.6200.04
HSL269.8º87.28%66.08%-
HSV(B)269.8º61.89%95.69%-
XYZ36.3922.6988.05-
YUV132.64190.85153.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 93 (36.72% from 255) = 18.42%
BLUE value IS 244 (95.70% from 255) = 48.32%
R=33.27%
G=18.42%
B=48.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal168932440.310.6200.04269.887.2866.08
HexA85DF41F3E0410e5742
Octal250135364377604416127102
Binary1010100010111011111010011111111110010010000111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DF4; }

 p { color: rgb(168,93,244); }

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

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

 a { background-color: rgb(168,93,244); }

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

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

 span { border-color: rgb(168,93,244); }

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