Html Css Color HEX #AD81F3 Medium Purple

📋 copy color: '#AD81F3'

red 173 ◦ green 129 ◦ blue 243

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

Shades of Medium Purple #AD81F3

Tints of Medium Purple #AD81F3

RGB

 RED value IS 173 (67.97% from 255) = 31.74%

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

 BLUE value IS 243 (95.31% from 255) = 44.59%

R = 31.74%
G = 23.67%
B = 44.59%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD81F3 (or 0xAD81F3) is known color: Medium Purple. HEX triplet: AD, 81 and F3. RGB value is (173,129,243). Sum of RGB (Red+Green+Blue) = 173+129+243=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD81F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81F3 is #527E0C. Grayscale: #9A9A9A. Windows color (decimal): -5406221 or 15958445. OLE color: 15958445.

HSL color Cylindrical-coordinate representation of color #AD81F3: hue angle of 263.16º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD81F3 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 129 243 -
CMYK 0.29 0.47 0 0.05
HSL 263.16º 0.83% 0.73% -
HSV(B) 263.16º 0.47% 0.95% -
XYZ 41.26 31.06 88.61 -
YUV 155.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 173 129 243 0.29 0.47 0 0.05 263.16 0.83 0.73
Hex AD 81 F3 1D 2F 0 5 107 53 49
Octal 255 201 363 35 57 0 5 407 123 111
Binary 10101101 10000001 11110011 11101 101111 0 101 100000111 1010011 1001001

Color Harmonies of #AD81F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81F3

Black with #AD81F3

Text Example


Text Example

White with #AD81F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81F3; }

 p { color: rgb(173,129,243); }

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

background-color css

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

 a { background-color: rgb(173,129,243); }

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

border-color css

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

 span { border-color: rgb(173,129,243); }

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