Html Css Color HEX #A081EC Medium Purple

📋 copy color: '#A081EC'

red 160 ◦ green 129 ◦ blue 236

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

Shades of Medium Purple #A081EC

Tints of Medium Purple #A081EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 30.48%
G = 24.57%
B = 44.95%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A081EC (or 0xA081EC) is known color: Medium Purple. HEX triplet: A0, 81 and EC. RGB value is (160,129,236). Sum of RGB (Red+Green+Blue) = 160+129+236=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #A081EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A081EC is #5F7E13. Grayscale: #969696. Windows color (decimal): -6258196 or 15499680. OLE color: 15499680.

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

Color convert

RGB 160 129 236 -
CMYK 0.32 0.45 0 0.07
HSL 257.38º 0.74% 0.72% -
HSV(B) 257.38º 0.45% 0.93% -
XYZ 37.49 29.23 83.02 -
YUV 150.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 160 129 236 0.32 0.45 0 0.07 257.38 0.74 0.72
Hex A0 81 EC 20 2D 0 7 101 4A 48
Octal 240 201 354 40 55 0 7 401 112 110
Binary 10100000 10000001 11101100 100000 101101 0 111 100000001 1001010 1001000

Color Harmonies of #A081EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A081EC

Black with #A081EC

Text Example


Text Example

White with #A081EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A081EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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