#A85CFF

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

Shades of Medium Purple #A85CFF

Tints of Medium Purple #A85CFF

Color information

#A85CFF (or 0xA85CFF) is unknown color: approx Medium Purple. HEX triplet: A8, 5C and FF. RGB value is (168,92,255). Sum of RGB (Red+Green+Blue) = 168+92+255=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #A85CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CFF is #57A300. Grayscale: #848484. Windows color (decimal): -5743361 or 16735400. OLE color: 16735400.

HSL color Cylindrical-coordinate representation of color #A85CFF: hue angle of 267.98º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A85CFF is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16892255-
CMYK0.340.6400
HSL267.98º100%68.04%-
HSV(B)267.98º63.92%100%-
XYZ38.0323.297.08-
YUV133.31196.68152.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 92 (36.33% from 255) = 17.86%
BLUE value IS 255 (100% from 255) = 49.51%
R=32.62%
G=17.86%
B=49.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal168922550.340.6400267.9810068.04
HexA85CFF22400010c6444
Octal2501343774210000414144104
Binary1010100010111001111111110001010000000010000110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85CFF; }

 p { color: rgb(168,92,255); }

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

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

 a { background-color: rgb(168,92,255); }

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

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

 span { border-color: rgb(168,92,255); }

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