#A25FEA

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

Shades of Medium Purple #A25FEA

Tints of Medium Purple #A25FEA

Color information

#A25FEA (or 0xA25FEA) is unknown color: approx Medium Purple. HEX triplet: A2, 5F and EA. RGB value is (162,95,234). Sum of RGB (Red+Green+Blue) = 162+95+234=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #A25FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FEA is #5DA015. Grayscale: #828282. Windows color (decimal): -6135830 or 15359906. OLE color: 15359906.

HSL color Cylindrical-coordinate representation of color #A25FEA: hue angle of 268.92º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25FEA is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16295234-
CMYK0.310.5900.08
HSL268.92º76.8%64.51%-
HSV(B)268.92º59.4%91.76%-
XYZ33.8421.8180.27-
YUV130.88186.2150.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 95 (37.5% from 255) = 19.35%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=32.99%
G=19.35%
B=47.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162952340.310.5900.08268.9276.864.51
HexA25FEA1F3B0810d4d41
Octal2421373523773010415115101
Binary10100010101111111101010111111110110100010000110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25FEA; }

 p { color: rgb(162,95,234); }

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

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

 a { background-color: rgb(162,95,234); }

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

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

 span { border-color: rgb(162,95,234); }

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