Html Css Color HEX #A881E1 Medium Purple

📋 copy color: '#A881E1'

red 168 ◦ green 129 ◦ blue 225

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

Shades of Medium Purple #A881E1

Tints of Medium Purple #A881E1

RGB

 RED value IS 168 (66.02% from 255) = 32.18%

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

 BLUE value IS 225 (88.28% from 255) = 43.1%

R = 32.18%
G = 24.71%
B = 43.1%

CMYK

 C value IS 0.25

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A881E1 (or 0xA881E1) is known color: Medium Purple. HEX triplet: A8, 81 and E1. RGB value is (168,129,225). Sum of RGB (Red+Green+Blue) = 168+129+225=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #A881E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A881E1 is #577E1E. Grayscale: #979797. Windows color (decimal): -5733919 or 14778792. OLE color: 14778792.

HSL color Cylindrical-coordinate representation of color #A881E1: hue angle of 264.38º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A881E1 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 129 225 -
CMYK 0.25 0.43 0 0.12
HSL 264.38º 0.62% 0.69% -
HSV(B) 264.38º 0.43% 0.88% -
XYZ 37.59 29.46 74.94 -
YUV 151.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 168 129 225 0.25 0.43 0 0.12 264.38 0.62 0.69
Hex A8 81 E1 19 2B 0 C 108 3E 45
Octal 250 201 341 31 53 0 14 410 76 105
Binary 10101000 10000001 11100001 11001 101011 0 1100 100001000 111110 1000101

Color Harmonies of #A881E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A881E1

Black with #A881E1

Text Example


Text Example

White with #A881E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A881E1; }

 p { color: rgb(168,129,225); }

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

background-color css

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

 a { background-color: rgb(168,129,225); }

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

border-color css

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

 span { border-color: rgb(168,129,225); }

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