Html Css Color HEX #AD82FA Medium Purple

📋 copy color: '#AD82FA'

red 173 ◦ green 130 ◦ blue 250

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

Shades of Medium Purple #AD82FA

Tints of Medium Purple #AD82FA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.51%

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

R = 31.28%
G = 23.51%
B = 45.21%

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

#AD82FA (or 0xAD82FA) is known color: Medium Purple. HEX triplet: AD, 82 and FA. RGB value is (173,130,250). Sum of RGB (Red+Green+Blue) = 173+130+250=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD82FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82FA is #527D05. Grayscale: #9C9C9C. Windows color (decimal): -5405958 or 16417453. OLE color: 16417453.

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

Color convert

RGB 173 130 250 -
CMYK 0.31 0.48 0 0.02
HSL 261.5º 0.92% 0.75% -
HSV(B) 261.5º 0.48% 0.98% -
XYZ 42.47 31.75 94.33 -
YUV 156.54 180.75 139.74 -
System Red Green Blue C M Y K H S L
Decimal 173 130 250 0.31 0.48 0 0.02 261.5 0.92 0.75
Hex AD 82 FA 1F 30 0 2 106 5C 4B
Octal 255 202 372 37 60 0 2 406 134 113
Binary 10101101 10000010 11111010 11111 110000 0 10 100000110 1011100 1001011

Color Harmonies of #AD82FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82FA

Black with #AD82FA

Text Example


Text Example

White with #AD82FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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