Html Css Color HEX #A081EB Medium Purple

📋 copy color: '#A081EB'

red 160 ◦ green 129 ◦ blue 235

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

Shades of Medium Purple #A081EB

Tints of Medium Purple #A081EB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.62%

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

R = 30.53%
G = 24.62%
B = 44.85%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A081EB (or 0xA081EB) is known color: Medium Purple. HEX triplet: A0, 81 and EB. RGB value is (160,129,235). Sum of RGB (Red+Green+Blue) = 160+129+235=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #A081EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081EB is #5F7E14. Grayscale: #959595. Windows color (decimal): -6258197 or 15434144. OLE color: 15434144.

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

Color convert

RGB 160 129 235 -
CMYK 0.32 0.45 0 0.08
HSL 257.55º 0.73% 0.71% -
HSV(B) 257.55º 0.45% 0.92% -
XYZ 37.34 29.17 82.26 -
YUV 150.35 175.77 134.88 -
System Red Green Blue C M Y K H S L
Decimal 160 129 235 0.32 0.45 0 0.08 257.55 0.73 0.71
Hex A0 81 EB 20 2D 0 8 102 49 47
Octal 240 201 353 40 55 0 10 402 111 107
Binary 10100000 10000001 11101011 100000 101101 0 1000 100000010 1001001 1000111

Color Harmonies of #A081EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081EB

Black with #A081EB

Text Example


Text Example

White with #A081EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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