#A25DF1

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

Shades of Medium Purple #A25DF1

Tints of Medium Purple #A25DF1

Color information

#A25DF1 (or 0xA25DF1) is unknown color: approx Medium Purple. HEX triplet: A2, 5D and F1. RGB value is (162,93,241). Sum of RGB (Red+Green+Blue) = 162+93+241=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #A25DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25DF1 is #5DA20E. Grayscale: #818181. Windows color (decimal): -6136335 or 15818146. OLE color: 15818146.

HSL color Cylindrical-coordinate representation of color #A25DF1: hue angle of 267.97º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A25DF1 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16293241-
CMYK0.330.6100.05
HSL267.97º84.09%65.49%-
HSV(B)267.97º61.41%94.51%-
XYZ34.6921.8685.61-
YUV130.5190.36150.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.66%
GREEN value IS 93 (36.72% from 255) = 18.75%
BLUE value IS 241 (94.53% from 255) = 48.59%
R=32.66%
G=18.75%
B=48.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal162932410.330.6100.05267.9784.0965.49
HexA25DF1213D0510c5441
Octal242135361417505414124101
Binary10100010101110111110001100001111101010110000110010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25DF1; }

 p { color: rgb(162,93,241); }

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

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

 a { background-color: rgb(162,93,241); }

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

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

 span { border-color: rgb(162,93,241); }

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