Html Css Color HEX #AD7BDD Medium Purple

📋 copy color: '#AD7BDD'

red 173 ◦ green 123 ◦ blue 221

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

Shades of Medium Purple #AD7BDD

Tints of Medium Purple #AD7BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.79%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 33.46%
G = 23.79%
B = 42.75%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD7BDD (or 0xAD7BDD) is known color: Medium Purple. HEX triplet: AD, 7B and DD. RGB value is (173,123,221). Sum of RGB (Red+Green+Blue) = 173+123+221=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7BDD is #528422. Grayscale: #949494. Windows color (decimal): -5407779 or 14515117. OLE color: 14515117.

HSL color Cylindrical-coordinate representation of color #AD7BDD: hue angle of 270.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD7BDD is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 123 221 -
CMYK 0.22 0.44 0 0.13
HSL 270.61º 0.59% 0.67% -
HSV(B) 270.61º 0.44% 0.87% -
XYZ 37.37 28.27 71.89 -
YUV 149.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 173 123 221 0.22 0.44 0 0.13 270.61 0.59 0.67
Hex AD 7B DD 16 2C 0 D 10F 3B 43
Octal 255 173 335 26 54 0 15 417 73 103
Binary 10101101 1111011 11011101 10110 101100 0 1101 100001111 111011 1000011

Color Harmonies of #AD7BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BDD

Black with #AD7BDD

Text Example


Text Example

White with #AD7BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BDD; }

 p { color: rgb(173,123,221); }

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

background-color css

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

 a { background-color: rgb(173,123,221); }

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

border-color css

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

 span { border-color: rgb(173,123,221); }

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