Html Css Color HEX #AD81FD Medium Purple

📋 copy color: '#AD81FD'

red 173 ◦ green 129 ◦ blue 253

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

Shades of Medium Purple #AD81FD

Tints of Medium Purple #AD81FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 31.17%
G = 23.24%
B = 45.59%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD81FD (or 0xAD81FD) is known color: Medium Purple. HEX triplet: AD, 81 and FD. RGB value is (173,129,253). Sum of RGB (Red+Green+Blue) = 173+129+253=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD81FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81FD is #527E02. Grayscale: #9B9B9B. Windows color (decimal): -5406211 or 16613805. OLE color: 16613805.

HSL color Cylindrical-coordinate representation of color #AD81FD: hue angle of 261.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD81FD is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 129 253 -
CMYK 0.32 0.49 0 0.01
HSL 261.29º 0.97% 0.75% -
HSV(B) 261.29º 0.49% 0.99% -
XYZ 42.81 31.68 96.79 -
YUV 156.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 173 129 253 0.32 0.49 0 0.01 261.29 0.97 0.75
Hex AD 81 FD 20 31 0 1 105 61 4B
Octal 255 201 375 40 61 0 1 405 141 113
Binary 10101101 10000001 11111101 100000 110001 0 1 100000101 1100001 1001011

Color Harmonies of #AD81FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81FD

Black with #AD81FD

Text Example


Text Example

White with #AD81FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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