#A283E7

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

Shades of Medium Purple #A283E7

Tints of Medium Purple #A283E7

Color information

#A283E7 (or 0xA283E7) is unknown color: approx Medium Purple. HEX triplet: A2, 83 and E7. RGB value is (162,131,231). Sum of RGB (Red+Green+Blue) = 162+131+231=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #A283E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A283E7 is #5D7C18. Grayscale: #979797. Windows color (decimal): -6126617 or 15172514. OLE color: 15172514.

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

Color convert

RGB162131231-
CMYK0.300.4300.09
HSL258.6º67.57%70.98%-
HSV(B)258.6º43.29%90.59%-
XYZ37.4429.6879.36-
YUV151.67172.77135.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.92%
GREEN value IS 131 (51.56% from 255) = 25%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=30.92%
G=25%
B=44.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1621312310.300.4300.09258.667.5770.98
HexA283E71E2B091034447
Octal2422033473653011403104107
Binary101000101000001111100111111101010110100110000001110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A283E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A283E7; }

 p { color: rgb(162,131,231); }

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

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

 a { background-color: rgb(162,131,231); }

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

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

 span { border-color: rgb(162,131,231); }

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