Html Css Color HEX #AD82FB Medium Purple

📋 copy color: '#AD82FB'

red 173 ◦ green 130 ◦ blue 251

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

Shades of Medium Purple #AD82FB

Tints of Medium Purple #AD82FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.31%

R = 31.23%
G = 23.47%
B = 45.31%

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

#AD82FB (or 0xAD82FB) is known color: Medium Purple. HEX triplet: AD, 82 and FB. RGB value is (173,130,251). Sum of RGB (Red+Green+Blue) = 173+130+251=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD82FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD82FB is #527D04. Grayscale: #9C9C9C. Windows color (decimal): -5405957 or 16482989. OLE color: 16482989.

HSL color Cylindrical-coordinate representation of color #AD82FB: hue angle of 261.32º degrees, saturation: 0.94, 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 #AD82FB is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 130 251 -
CMYK 0.31 0.48 0 0.02
HSL 261.32º 0.94% 0.75% -
HSV(B) 261.32º 0.48% 0.98% -
XYZ 42.63 31.81 95.16 -
YUV 156.65 181.25 139.66 -
System Red Green Blue C M Y K H S L
Decimal 173 130 251 0.31 0.48 0 0.02 261.32 0.94 0.75
Hex AD 82 FB 1F 30 0 2 105 5E 4B
Octal 255 202 373 37 60 0 2 405 136 113
Binary 10101101 10000010 11111011 11111 110000 0 10 100000101 1011110 1001011

Color Harmonies of #AD82FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD82FB

Black with #AD82FB

Text Example


Text Example

White with #AD82FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD82FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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