Html Css Color HEX #AD7CFB Medium Purple

📋 copy color: '#AD7CFB'

red 173 ◦ green 124 ◦ blue 251

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

Shades of Medium Purple #AD7CFB

Tints of Medium Purple #AD7CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.63%

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

R = 31.57%
G = 22.63%
B = 45.8%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD7CFB (or 0xAD7CFB) is known color: Medium Purple. HEX triplet: AD, 7C and FB. RGB value is (173,124,251). Sum of RGB (Red+Green+Blue) = 173+124+251=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD7CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD7CFB is #528304. Grayscale: #989898. Windows color (decimal): -5407493 or 16481453. OLE color: 16481453.

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

Color convert

RGB 173 124 251 -
CMYK 0.31 0.51 0 0.02
HSL 263.15º 0.94% 0.74% -
HSV(B) 263.15º 0.51% 0.98% -
XYZ 41.85 30.26 94.9 -
YUV 153.13 183.23 142.17 -
System Red Green Blue C M Y K H S L
Decimal 173 124 251 0.31 0.51 0 0.02 263.15 0.94 0.74
Hex AD 7C FB 1F 33 0 2 107 5E 4A
Octal 255 174 373 37 63 0 2 407 136 112
Binary 10101101 1111100 11111011 11111 110011 0 10 100000111 1011110 1001010

Color Harmonies of #AD7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7CFB

Black with #AD7CFB

Text Example


Text Example

White with #AD7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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