#A253F5

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

Shades of Medium Purple #A253F5

Tints of Medium Purple #A253F5

Color information

#A253F5 (or 0xA253F5) is unknown color: approx Medium Purple. HEX triplet: A2, 53 and F5. RGB value is (162,83,245). Sum of RGB (Red+Green+Blue) = 162+83+245=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #A253F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A253F5 is #5DAC0A. Grayscale: #7C7C7C. Windows color (decimal): -6138891 or 16077730. OLE color: 16077730.

HSL color Cylindrical-coordinate representation of color #A253F5: hue angle of 269.26º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A253F5 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16283245-
CMYK0.340.6600.04
HSL269.26º89.01%64.31%-
HSV(B)269.26º66.12%96.08%-
XYZ34.4720.4688.52-
YUV125.09195.67154.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 83 (32.81% from 255) = 16.94%
BLUE value IS 245 (96.09% from 255) = 50%
R=33.06%
G=16.94%
B=50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162832450.340.6600.04269.2689.0164.31
HexA253F522420410d5940
Octal2421233654210204415131100
Binary101000101010011111101011000101000010010010000110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A253F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A253F5; }

 p { color: rgb(162,83,245); }

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

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

 a { background-color: rgb(162,83,245); }

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

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

 span { border-color: rgb(162,83,245); }

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