Html Css Color HEX #A083EB Medium Purple

📋 copy color: '#A083EB'

red 160 ◦ green 131 ◦ blue 235

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

Shades of Medium Purple #A083EB

Tints of Medium Purple #A083EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 30.42%
G = 24.9%
B = 44.68%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A083EB (or 0xA083EB) is known color: Medium Purple. HEX triplet: A0, 83 and EB. RGB value is (160,131,235). Sum of RGB (Red+Green+Blue) = 160+131+235=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #A083EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083EB is #5F7C14. Grayscale: #979797. Windows color (decimal): -6257685 or 15434656. OLE color: 15434656.

HSL color Cylindrical-coordinate representation of color #A083EB: hue angle of 256.73º degrees, saturation: 0.72, 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 #A083EB is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 131 235 -
CMYK 0.32 0.44 0 0.08
HSL 256.73º 0.72% 0.72% -
HSV(B) 256.73º 0.44% 0.92% -
XYZ 37.61 29.7 82.35 -
YUV 151.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 160 131 235 0.32 0.44 0 0.08 256.73 0.72 0.72
Hex A0 83 EB 20 2C 0 8 101 48 48
Octal 240 203 353 40 54 0 10 401 110 110
Binary 10100000 10000011 11101011 100000 101100 0 1000 100000001 1001000 1001000

Color Harmonies of #A083EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A083EB

Black with #A083EB

Text Example


Text Example

White with #A083EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A083EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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