Html Css Color HEX #AD84FA Medium Purple

📋 copy color: '#AD84FA'

red 173 ◦ green 132 ◦ blue 250

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

Shades of Medium Purple #AD84FA

Tints of Medium Purple #AD84FA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.78%

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

R = 31.17%
G = 23.78%
B = 45.05%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD84FA (or 0xAD84FA) is known color: Medium Purple. HEX triplet: AD, 84 and FA. RGB value is (173,132,250). Sum of RGB (Red+Green+Blue) = 173+132+250=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD84FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD84FA is #527B05. Grayscale: #9D9D9D. Windows color (decimal): -5405446 or 16417965. OLE color: 16417965.

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

Color convert

RGB 173 132 250 -
CMYK 0.31 0.47 0 0.02
HSL 260.85º 0.92% 0.75% -
HSV(B) 260.85º 0.47% 0.98% -
XYZ 42.74 32.29 94.42 -
YUV 157.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 173 132 250 0.31 0.47 0 0.02 260.85 0.92 0.75
Hex AD 84 FA 1F 2F 0 2 105 5C 4B
Octal 255 204 372 37 57 0 2 405 134 113
Binary 10101101 10000100 11111010 11111 101111 0 10 100000101 1011100 1001011

Color Harmonies of #AD84FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD84FA

Black with #AD84FA

Text Example


Text Example

White with #AD84FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD84FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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