Html Css Color HEX #AD48C0 Medium Orchid

📋 copy color: '#AD48C0'

red 173 ◦ green 72 ◦ blue 192

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

Shades of Medium Orchid #AD48C0

Tints of Medium Orchid #AD48C0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.48%

 BLUE value IS 192 (75.39% from 255) = 43.94%

R = 39.59%
G = 16.48%
B = 43.94%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD48C0 (or 0xAD48C0) is known color: Medium Orchid. HEX triplet: AD, 48 and C0. RGB value is (173,72,192). Sum of RGB (Red+Green+Blue) = 173+72+192=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD48C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48C0 is #52B73F. Grayscale: #737373. Windows color (decimal): -5420864 or 12601517. OLE color: 12601517.

HSL color Cylindrical-coordinate representation of color #AD48C0: hue angle of 290.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD48C0 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 72 192 -
CMYK 0.10 0.63 0 0.25
HSL 290.5º 0.49% 0.52% -
HSV(B) 290.5º 0.63% 0.75% -
XYZ 29.07 17.32 51.68 -
YUV 115.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 173 72 192 0.10 0.63 0 0.25 290.5 0.49 0.52
Hex AD 48 C0 A 3F 0 19 122 31 34
Octal 255 110 300 12 77 0 31 442 61 64
Binary 10101101 1001000 11000000 1010 111111 0 11001 100100010 110001 110100

Color Harmonies of #AD48C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD48C0

Black with #AD48C0

Text Example


Text Example

White with #AD48C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD48C0; }

 p { color: rgb(173,72,192); }

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

background-color css

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

 a { background-color: rgb(173,72,192); }

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

border-color css

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

 span { border-color: rgb(173,72,192); }

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