Html Css Color HEX #AD81FA Medium Purple

📋 copy color: '#AD81FA'

red 173 ◦ green 129 ◦ blue 250

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

Shades of Medium Purple #AD81FA

Tints of Medium Purple #AD81FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 31.34%
G = 23.37%
B = 45.29%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD81FA (or 0xAD81FA) is known color: Medium Purple. HEX triplet: AD, 81 and FA. RGB value is (173,129,250). Sum of RGB (Red+Green+Blue) = 173+129+250=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD81FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81FA is #527E05. Grayscale: #9B9B9B. Windows color (decimal): -5406214 or 16417197. OLE color: 16417197.

HSL color Cylindrical-coordinate representation of color #AD81FA: hue angle of 261.82º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD81FA is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 129 250 -
CMYK 0.31 0.48 0 0.02
HSL 261.82º 0.92% 0.74% -
HSV(B) 261.82º 0.48% 0.98% -
XYZ 42.34 31.49 94.29 -
YUV 155.95 181.08 140.16 -
System Red Green Blue C M Y K H S L
Decimal 173 129 250 0.31 0.48 0 0.02 261.82 0.92 0.74
Hex AD 81 FA 1F 30 0 2 106 5C 4A
Octal 255 201 372 37 60 0 2 406 134 112
Binary 10101101 10000001 11111010 11111 110000 0 10 100000110 1011100 1001010

Color Harmonies of #AD81FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81FA

Black with #AD81FA

Text Example


Text Example

White with #AD81FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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