Html Css Color HEX #AD82FE Medium Purple

📋 copy color: '#AD82FE'

red 173 ◦ green 130 ◦ blue 254

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

Shades of Medium Purple #AD82FE

Tints of Medium Purple #AD82FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.6%

R = 31.06%
G = 23.34%
B = 45.6%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD82FE (or 0xAD82FE) is known color: Medium Purple. HEX triplet: AD, 82 and FE. RGB value is (173,130,254). Sum of RGB (Red+Green+Blue) = 173+130+254=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD82FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82FE is #527D01. Grayscale: #9C9C9C. Windows color (decimal): -5405954 or 16679597. OLE color: 16679597.

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

Color convert

RGB 173 130 254 -
CMYK 0.32 0.49 0 0.00
HSL 260.81º 0.98% 0.75% -
HSV(B) 260.81º 0.49% 1% -
XYZ 43.11 32.01 97.67 -
YUV 156.99 182.75 139.42 -
System Red Green Blue C M Y K H S L
Decimal 173 130 254 0.32 0.49 0 0.00 260.81 0.98 0.75
Hex AD 82 FE 20 31 0 0 105 62 4B
Octal 255 202 376 40 61 0 0 405 142 113
Binary 10101101 10000010 11111110 100000 110001 0 0 100000101 1100010 1001011

Color Harmonies of #AD82FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82FE

Black with #AD82FE

Text Example


Text Example

White with #AD82FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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