Html Css Color HEX #AD7BDE Medium Purple

📋 copy color: '#AD7BDE'

red 173 ◦ green 123 ◦ blue 222

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

Shades of Medium Purple #AD7BDE

Tints of Medium Purple #AD7BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 33.4%
G = 23.75%
B = 42.86%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD7BDE (or 0xAD7BDE) is known color: Medium Purple. HEX triplet: AD, 7B and DE. RGB value is (173,123,222). Sum of RGB (Red+Green+Blue) = 173+123+222=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD7BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD7BDE is #528421. Grayscale: #949494. Windows color (decimal): -5407778 or 14580653. OLE color: 14580653.

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

Color convert

RGB 173 123 222 -
CMYK 0.22 0.45 0 0.13
HSL 270.3º 0.6% 0.68% -
HSV(B) 270.3º 0.45% 0.87% -
XYZ 37.5 28.32 72.6 -
YUV 149.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 173 123 222 0.22 0.45 0 0.13 270.3 0.6 0.68
Hex AD 7B DE 16 2D 0 D 10E 3C 44
Octal 255 173 336 26 55 0 15 416 74 104
Binary 10101101 1111011 11011110 10110 101101 0 1101 100001110 111100 1000100

Color Harmonies of #AD7BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7BDE

Black with #AD7BDE

Text Example


Text Example

White with #AD7BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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