Html Css Color HEX #AD52C1 Medium Orchid

📋 copy color: '#AD52C1'

red 173 ◦ green 82 ◦ blue 193

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

Shades of Medium Orchid #AD52C1

Tints of Medium Orchid #AD52C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 38.62%
G = 18.3%
B = 43.08%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD52C1 (or 0xAD52C1) is known color: Medium Orchid. HEX triplet: AD, 52 and C1. RGB value is (173,82,193). Sum of RGB (Red+Green+Blue) = 173+82+193=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD52C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52C1 is #52AD3E. Grayscale: #797979. Windows color (decimal): -5418303 or 12669613. OLE color: 12669613.

HSL color Cylindrical-coordinate representation of color #AD52C1: hue angle of 289.19º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD52C1 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 82 193 -
CMYK 0.10 0.58 0 0.24
HSL 289.19º 0.47% 0.54% -
HSV(B) 289.19º 0.58% 0.76% -
XYZ 29.88 18.77 52.5 -
YUV 121.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 173 82 193 0.10 0.58 0 0.24 289.19 0.47 0.54
Hex AD 52 C1 A 3A 0 18 121 2F 36
Octal 255 122 301 12 72 0 30 441 57 66
Binary 10101101 1010010 11000001 1010 111010 0 11000 100100001 101111 110110

Color Harmonies of #AD52C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD52C1

Black with #AD52C1

Text Example


Text Example

White with #AD52C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD52C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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