Html Css Color HEX #AD82F7 Medium Purple

📋 copy color: '#AD82F7'

red 173 ◦ green 130 ◦ blue 247

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

Shades of Medium Purple #AD82F7

Tints of Medium Purple #AD82F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.91%

R = 31.45%
G = 23.64%
B = 44.91%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD82F7 (or 0xAD82F7) is known color: Medium Purple. HEX triplet: AD, 82 and F7. RGB value is (173,130,247). Sum of RGB (Red+Green+Blue) = 173+130+247=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD82F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82F7 is #527D08. Grayscale: #9B9B9B. Windows color (decimal): -5405961 or 16220845. OLE color: 16220845.

HSL color Cylindrical-coordinate representation of color #AD82F7: hue angle of 262.05º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD82F7 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 130 247 -
CMYK 0.30 0.47 0 0.03
HSL 262.05º 0.88% 0.74% -
HSV(B) 262.05º 0.47% 0.97% -
XYZ 42 31.56 91.87 -
YUV 156.2 179.25 139.99 -
System Red Green Blue C M Y K H S L
Decimal 173 130 247 0.30 0.47 0 0.03 262.05 0.88 0.74
Hex AD 82 F7 1E 2F 0 3 106 58 4A
Octal 255 202 367 36 57 0 3 406 130 112
Binary 10101101 10000010 11110111 11110 101111 0 11 100000110 1011000 1001010

Color Harmonies of #AD82F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82F7

Black with #AD82F7

Text Example


Text Example

White with #AD82F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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