Html Css Color HEX #A981ED Medium Purple

📋 copy color: '#A981ED'

red 169 ◦ green 129 ◦ blue 237

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

Shades of Medium Purple #A981ED

Tints of Medium Purple #A981ED

RGB

 RED value IS 169 (66.41% from 255) = 31.59%

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 31.59%
G = 24.11%
B = 44.3%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A981ED (or 0xA981ED) is known color: Medium Purple. HEX triplet: A9, 81 and ED. RGB value is (169,129,237). Sum of RGB (Red+Green+Blue) = 169+129+237=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #A981ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A981ED is #567E12. Grayscale: #989898. Windows color (decimal): -5668371 or 15565225. OLE color: 15565225.

HSL color Cylindrical-coordinate representation of color #A981ED: hue angle of 262.22º degrees, saturation: 0.75, 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 #A981ED is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 129 237 -
CMYK 0.29 0.46 0 0.07
HSL 262.22º 0.75% 0.72% -
HSV(B) 262.22º 0.46% 0.93% -
XYZ 39.5 30.25 83.88 -
YUV 153.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 169 129 237 0.29 0.46 0 0.07 262.22 0.75 0.72
Hex A9 81 ED 1D 2E 0 7 106 4B 48
Octal 251 201 355 35 56 0 7 406 113 110
Binary 10101001 10000001 11101101 11101 101110 0 111 100000110 1001011 1001000

Color Harmonies of #A981ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A981ED

Black with #A981ED

Text Example


Text Example

White with #A981ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A981ED; }

 p { color: rgb(169,129,237); }

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

background-color css

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

 a { background-color: rgb(169,129,237); }

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

border-color css

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

 span { border-color: rgb(169,129,237); }

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