#A985F2

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

Shades of Medium Purple #A985F2

Tints of Medium Purple #A985F2

Color information

#A985F2 (or 0xA985F2) is unknown color: approx Medium Purple. HEX triplet: A9, 85 and F2. RGB value is (169,133,242). Sum of RGB (Red+Green+Blue) = 169+133+242=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #A985F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A985F2 is #567A0D. Grayscale: #9B9B9B. Windows color (decimal): -5667342 or 15893929. OLE color: 15893929.

HSL color Cylindrical-coordinate representation of color #A985F2: hue angle of 259.82º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A985F2 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB169133242-
CMYK0.300.4500.05
HSL259.82º80.74%73.53%-
HSV(B)259.82º45.04%94.9%-
XYZ40.7831.6287.96-
YUV156.19176.43137.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.07%
GREEN value IS 133 (52.34% from 255) = 24.45%
BLUE value IS 242 (94.92% from 255) = 44.49%
R=31.07%
G=24.45%
B=44.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1691332420.300.4500.05259.8280.7473.53
HexA985F21E2D05104514a
Octal251205362365505404121112
Binary10101001100001011111001011110101101010110000010010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985F2; }

 p { color: rgb(169,133,242); }

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

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

 a { background-color: rgb(169,133,242); }

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

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

 span { border-color: rgb(169,133,242); }

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