Html Css Color HEX #AD81FC Medium Purple

📋 copy color: '#AD81FC'

red 173 ◦ green 129 ◦ blue 252

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

Shades of Medium Purple #AD81FC

Tints of Medium Purple #AD81FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 31.23%
G = 23.29%
B = 45.49%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD81FC (or 0xAD81FC) is known color: Medium Purple. HEX triplet: AD, 81 and FC. RGB value is (173,129,252). Sum of RGB (Red+Green+Blue) = 173+129+252=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #AD81FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD81FC is #527E03. Grayscale: #9B9B9B. Windows color (decimal): -5406212 or 16548269. OLE color: 16548269.

HSL color Cylindrical-coordinate representation of color #AD81FC: hue angle of 261.46º degrees, saturation: 0.95, 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 #AD81FC is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 129 252 -
CMYK 0.31 0.49 0 0.01
HSL 261.46º 0.95% 0.75% -
HSV(B) 261.46º 0.49% 0.99% -
XYZ 42.65 31.61 95.95 -
YUV 156.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 173 129 252 0.31 0.49 0 0.01 261.46 0.95 0.75
Hex AD 81 FC 1F 31 0 1 105 5F 4B
Octal 255 201 374 37 61 0 1 405 137 113
Binary 10101101 10000001 11111100 11111 110001 0 1 100000101 1011111 1001011

Color Harmonies of #AD81FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD81FC

Black with #AD81FC

Text Example


Text Example

White with #AD81FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD81FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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