#A25BFA

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

Shades of Medium Purple #A25BFA

Tints of Medium Purple #A25BFA

Color information

#A25BFA (or 0xA25BFA) is unknown color: approx Medium Purple. HEX triplet: A2, 5B and FA. RGB value is (162,91,250). Sum of RGB (Red+Green+Blue) = 162+91+250=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #A25BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BFA is #5DA405. Grayscale: #818181. Windows color (decimal): -6136838 or 16407458. OLE color: 16407458.

HSL color Cylindrical-coordinate representation of color #A25BFA: hue angle of 266.79º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A25BFA is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16291250-
CMYK0.350.6400.02
HSL266.79º94.08%66.86%-
HSV(B)266.79º63.6%98.04%-
XYZ35.922.0792.81-
YUV130.35195.52150.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.21%
GREEN value IS 91 (35.94% from 255) = 18.09%
BLUE value IS 250 (98.05% from 255) = 49.70%
R=32.21%
G=18.09%
B=49.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162912500.350.6400.02266.7994.0866.86
HexA25BFA23400210b5e43
Octal2421333724310002413136103
Binary10100010101101111111010100011100000001010000101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25BFA; }

 p { color: rgb(162,91,250); }

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

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

 a { background-color: rgb(162,91,250); }

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

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

 span { border-color: rgb(162,91,250); }

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