Html Css Color HEX #A881EA Medium Purple

📋 copy color: '#A881EA'

red 168 ◦ green 129 ◦ blue 234

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

Shades of Medium Purple #A881EA

Tints of Medium Purple #A881EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 31.64%
G = 24.29%
B = 44.07%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A881EA (or 0xA881EA) is known color: Medium Purple. HEX triplet: A8, 81 and EA. RGB value is (168,129,234). Sum of RGB (Red+Green+Blue) = 168+129+234=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #A881EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A881EA is #577E15. Grayscale: #989898. Windows color (decimal): -5733910 or 15368616. OLE color: 15368616.

HSL color Cylindrical-coordinate representation of color #A881EA: hue angle of 262.29º degrees, saturation: 0.71, 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 #A881EA is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 129 234 -
CMYK 0.28 0.45 0 0.08
HSL 262.29º 0.71% 0.71% -
HSV(B) 262.29º 0.45% 0.92% -
XYZ 38.85 29.97 81.58 -
YUV 152.63 173.92 138.96 -
System Red Green Blue C M Y K H S L
Decimal 168 129 234 0.28 0.45 0 0.08 262.29 0.71 0.71
Hex A8 81 EA 1C 2D 0 8 106 47 47
Octal 250 201 352 34 55 0 10 406 107 107
Binary 10101000 10000001 11101010 11100 101101 0 1000 100000110 1000111 1000111

Color Harmonies of #A881EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A881EA

Black with #A881EA

Text Example


Text Example

White with #A881EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A881EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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