Html Css Color HEX #AD52C9 Medium Orchid

📋 copy color: '#AD52C9'

red 173 ◦ green 82 ◦ blue 201

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

Shades of Medium Orchid #AD52C9

Tints of Medium Orchid #AD52C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 37.94%
G = 17.98%
B = 44.08%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD52C9 (or 0xAD52C9) is known color: Medium Orchid. HEX triplet: AD, 52 and C9. RGB value is (173,82,201). Sum of RGB (Red+Green+Blue) = 173+82+201=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD52C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52C9 is #52AD36. Grayscale: #7A7A7A. Windows color (decimal): -5418295 or 13193901. OLE color: 13193901.

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

Color convert

RGB 173 82 201 -
CMYK 0.14 0.59 0 0.21
HSL 285.88º 0.52% 0.55% -
HSV(B) 285.88º 0.59% 0.79% -
XYZ 30.79 19.14 57.33 -
YUV 122.78 172.15 163.82 -
System Red Green Blue C M Y K H S L
Decimal 173 82 201 0.14 0.59 0 0.21 285.88 0.52 0.55
Hex AD 52 C9 E 3B 0 15 11E 34 37
Octal 255 122 311 16 73 0 25 436 64 67
Binary 10101101 1010010 11001001 1110 111011 0 10101 100011110 110100 110111

Color Harmonies of #AD52C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52C9

Black with #AD52C9

Text Example


Text Example

White with #AD52C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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