Html Css Color HEX #A081EE Medium Purple

📋 copy color: '#A081EE'

red 160 ◦ green 129 ◦ blue 238

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

Shades of Medium Purple #A081EE

Tints of Medium Purple #A081EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 30.36%
G = 24.48%
B = 45.16%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A081EE (or 0xA081EE) is known color: Medium Purple. HEX triplet: A0, 81 and EE. RGB value is (160,129,238). Sum of RGB (Red+Green+Blue) = 160+129+238=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #A081EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081EE is #5F7E11. Grayscale: #969696. Windows color (decimal): -6258194 or 15630752. OLE color: 15630752.

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

Color convert

RGB 160 129 238 -
CMYK 0.33 0.46 0 0.07
HSL 257.06º 0.76% 0.72% -
HSV(B) 257.06º 0.46% 0.93% -
XYZ 37.78 29.35 84.56 -
YUV 150.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 160 129 238 0.33 0.46 0 0.07 257.06 0.76 0.72
Hex A0 81 EE 21 2E 0 7 101 4C 48
Octal 240 201 356 41 56 0 7 401 114 110
Binary 10100000 10000001 11101110 100001 101110 0 111 100000001 1001100 1001000

Color Harmonies of #A081EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081EE

Black with #A081EE

Text Example


Text Example

White with #A081EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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