Html Css Color HEX #A083F0 Medium Purple

📋 copy color: '#A083F0'

red 160 ◦ green 131 ◦ blue 240

#A083F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A083F0

Tints of Medium Purple #A083F0

RGB

 RED value IS 160 (62.89% from 255) = 30.13%

 GREEN value IS 131 (51.56% from 255) = 24.67%

 BLUE value IS 240 (94.14% from 255) = 45.2%

R = 30.13%
G = 24.67%
B = 45.2%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A083F0 (or 0xA083F0) is known color: Medium Purple. HEX triplet: A0, 83 and F0. RGB value is (160,131,240). Sum of RGB (Red+Green+Blue) = 160+131+240=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #A083F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083F0 is #5F7C0F. Grayscale: #979797. Windows color (decimal): -6257680 or 15762336. OLE color: 15762336.

HSL color Cylindrical-coordinate representation of color #A083F0: hue angle of 255.96º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A083F0 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 131 240 -
CMYK 0.33 0.45 0 0.06
HSL 255.96º 0.78% 0.73% -
HSV(B) 255.96º 0.45% 0.94% -
XYZ 38.34 30 86.21 -
YUV 152.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 160 131 240 0.33 0.45 0 0.06 255.96 0.78 0.73
Hex A0 83 F0 21 2D 0 6 100 4E 49
Octal 240 203 360 41 55 0 6 400 116 111
Binary 10100000 10000011 11110000 100001 101101 0 110 100000000 1001110 1001001

Color Harmonies of #A083F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083F0

Black with #A083F0

Text Example


Text Example

White with #A083F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083F0; }

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

 H1.HeaderClassName
 {
   color: #A083F0;
 }
 .AnyTagClassName
 {
   color: #A083F0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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