#A083EA

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

Shades of Medium Purple #A083EA

Tints of Medium Purple #A083EA

Color information

#A083EA (or 0xA083EA) is unknown color: approx Medium Purple. HEX triplet: A0, 83 and EA. RGB value is (160,131,234). Sum of RGB (Red+Green+Blue) = 160+131+234=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #A083EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083EA is #5F7C15. Grayscale: #979797. Windows color (decimal): -6257686 or 15369120. OLE color: 15369120.

HSL color Cylindrical-coordinate representation of color #A083EA: hue angle of 256.89º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A083EA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160131234-
CMYK0.320.4400.08
HSL256.89º71.03%71.57%-
HSV(B)256.89º44.02%91.76%-
XYZ37.4629.6581.59-
YUV151.41174.61134.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 131 (51.56% from 255) = 24.95%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=30.48%
G=24.95%
B=44.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601312340.320.4400.08256.8971.0371.57
HexA083EA202C081014748
Octal2402033524054010401107110
Binary1010000010000011111010101000001011000100010000000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A083EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A083EA; }

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

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

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

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

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

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

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

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