#a25fe8

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

Shades of Medium Purple #A25FE8

Tints of Medium Purple #A25FE8

Color information

#A25FE8 (or 0xA25FE8) is unknown color: approx Medium Purple. HEX triplet: A2, 5F and E8. RGB value is (162,95,232). Sum of RGB (Red+Green+Blue) = 162+95+232=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #A25FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FE8 is #5DA017. Grayscale: #828282. Windows color (decimal): -6135832 or 15228834. OLE color: 15228834.

HSL color Cylindrical-coordinate representation of color #A25FE8: hue angle of 269.34º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A25FE8 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB16295232-
CMYK0.300.5900.09
HSL269.34º74.86%64.12%-
HSV(B)269.34º59.05%90.98%-
XYZ33.5621.6978.76-
YUV130.65185.2150.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 95 (37.5% from 255) = 19.43%
BLUE value IS 232 (91.02% from 255) = 47.44%
R=33.13%
G=19.43%
B=47.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162952320.300.5900.09269.3474.8664.12
HexA25FE81E3B0910d4b40
Octal2421373503673011415113100
Binary10100010101111111101000111101110110100110000110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a25fe8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a25fe8; }

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

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

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

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

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

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

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

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