Html Css Color HEX #AD52DB Medium Orchid

📋 copy color: '#AD52DB'

red 173 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #AD52DB

Tints of Medium Orchid #AD52DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.3%

 BLUE value IS 219 (85.94% from 255) = 46.2%

R = 36.5%
G = 17.3%
B = 46.2%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD52DB (or 0xAD52DB) is known color: Medium Orchid. HEX triplet: AD, 52 and DB. RGB value is (173,82,219). Sum of RGB (Red+Green+Blue) = 173+82+219=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD52DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52DB is #52AD24. Grayscale: #7C7C7C. Windows color (decimal): -5418277 or 14373549. OLE color: 14373549.

HSL color Cylindrical-coordinate representation of color #AD52DB: hue angle of 279.85º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD52DB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 82 219 -
CMYK 0.21 0.63 0 0.14
HSL 279.85º 0.66% 0.59% -
HSV(B) 279.85º 0.63% 0.86% -
XYZ 33.04 20.03 69.14 -
YUV 124.83 181.15 162.36 -
System Red Green Blue C M Y K H S L
Decimal 173 82 219 0.21 0.63 0 0.14 279.85 0.66 0.59
Hex AD 52 DB 15 3F 0 E 118 42 3B
Octal 255 122 333 25 77 0 16 430 102 73
Binary 10101101 1010010 11011011 10101 111111 0 1110 100011000 1000010 111011

Color Harmonies of #AD52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52DB

Black with #AD52DB

Text Example


Text Example

White with #AD52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52DB; }

 p { color: rgb(173,82,219); }

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

background-color css

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

 a { background-color: rgb(173,82,219); }

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

border-color css

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

 span { border-color: rgb(173,82,219); }

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