#A083ED

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

Shades of Medium Purple #A083ED

Tints of Medium Purple #A083ED

Color information

#A083ED (or 0xA083ED) is unknown color: approx Medium Purple. HEX triplet: A0, 83 and ED. RGB value is (160,131,237). Sum of RGB (Red+Green+Blue) = 160+131+237=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #A083ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083ED is #5F7C12. Grayscale: #979797. Windows color (decimal): -6257683 or 15565728. OLE color: 15565728.

HSL color Cylindrical-coordinate representation of color #A083ED: hue angle of 256.42º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A083ED is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160131237-
CMYK0.320.4500.07
HSL256.42º74.65%72.16%-
HSV(B)256.42º44.73%92.94%-
XYZ37.929.8283.88-
YUV151.76176.11133.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 131 (51.56% from 255) = 24.81%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=30.30%
G=24.81%
B=44.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601312370.320.4500.07256.4274.6572.16
HexA083ED202D071004b48
Octal240203355405507400113110
Binary101000001000001111101101100000101101011110000000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083ED; }

 p { color: rgb(160,131,237); }

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

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

 a { background-color: rgb(160,131,237); }

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

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

 span { border-color: rgb(160,131,237); }

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