Html Css Color HEX #AD52D4 Medium Orchid

📋 copy color: '#AD52D4'

red 173 ◦ green 82 ◦ blue 212

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

Shades of Medium Orchid #AD52D4

Tints of Medium Orchid #AD52D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 37.04%
G = 17.56%
B = 45.4%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD52D4 (or 0xAD52D4) is known color: Medium Orchid. HEX triplet: AD, 52 and D4. RGB value is (173,82,212). Sum of RGB (Red+Green+Blue) = 173+82+212=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD52D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52D4 is #52AD2B. Grayscale: #7B7B7B. Windows color (decimal): -5418284 or 13914797. OLE color: 13914797.

HSL color Cylindrical-coordinate representation of color #AD52D4: hue angle of 282º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD52D4 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 82 212 -
CMYK 0.18 0.61 0 0.17
HSL 282º 0.6% 0.58% -
HSV(B) 282º 0.61% 0.83% -
XYZ 32.13 19.67 64.39 -
YUV 124.03 177.65 162.93 -
System Red Green Blue C M Y K H S L
Decimal 173 82 212 0.18 0.61 0 0.17 282 0.6 0.58
Hex AD 52 D4 12 3D 0 11 11A 3C 3A
Octal 255 122 324 22 75 0 21 432 74 72
Binary 10101101 1010010 11010100 10010 111101 0 10001 100011010 111100 111010

Color Harmonies of #AD52D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52D4

Black with #AD52D4

Text Example


Text Example

White with #AD52D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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