Html Css Color HEX #AD52C5 Medium Orchid

📋 copy color: '#AD52C5'

red 173 ◦ green 82 ◦ blue 197

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

Shades of Medium Orchid #AD52C5

Tints of Medium Orchid #AD52C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.58%

R = 38.27%
G = 18.14%
B = 43.58%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD52C5 (or 0xAD52C5) is known color: Medium Orchid. HEX triplet: AD, 52 and C5. RGB value is (173,82,197). Sum of RGB (Red+Green+Blue) = 173+82+197=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD52C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52C5 is #52AD3A. Grayscale: #797979. Windows color (decimal): -5418299 or 12931757. OLE color: 12931757.

HSL color Cylindrical-coordinate representation of color #AD52C5: hue angle of 287.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD52C5 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 82 197 -
CMYK 0.12 0.58 0 0.23
HSL 287.48º 0.5% 0.55% -
HSV(B) 287.48º 0.58% 0.77% -
XYZ 30.33 18.95 54.88 -
YUV 122.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 173 82 197 0.12 0.58 0 0.23 287.48 0.5 0.55
Hex AD 52 C5 C 3A 0 17 11F 32 37
Octal 255 122 305 14 72 0 27 437 62 67
Binary 10101101 1010010 11000101 1100 111010 0 10111 100011111 110010 110111

Color Harmonies of #AD52C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52C5

Black with #AD52C5

Text Example


Text Example

White with #AD52C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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