#A85AFE

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

Shades of Medium Purple #A85AFE

Tints of Medium Purple #A85AFE

Color information

#A85AFE (or 0xA85AFE) is unknown color: approx Medium Purple. HEX triplet: A8, 5A and FE. RGB value is (168,90,254). Sum of RGB (Red+Green+Blue) = 168+90+254=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #A85AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AFE is #57A501. Grayscale: #838383. Windows color (decimal): -5743874 or 16669352. OLE color: 16669352.

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

Color convert

RGB16890254-
CMYK0.340.6500.00
HSL268.54º98.8%67.45%-
HSV(B)268.54º64.57%99.61%-
XYZ37.6922.7996.18-
YUV132.02196.84153.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.81%
GREEN value IS 90 (35.55% from 255) = 17.58%
BLUE value IS 254 (99.61% from 255) = 49.61%
R=32.81%
G=17.58%
B=49.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal168902540.340.6500.00268.5498.867.45
HexA85AFE22410010d6343
Octal2501323764210100415143103
Binary1010100010110101111111010001010000010010000110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85AFE; }

 p { color: rgb(168,90,254); }

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

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

 a { background-color: rgb(168,90,254); }

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

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

 span { border-color: rgb(168,90,254); }

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