Html Css Color HEX #AD48C7 Medium Orchid

📋 copy color: '#AD48C7'

red 173 ◦ green 72 ◦ blue 199

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

Shades of Medium Orchid #AD48C7

Tints of Medium Orchid #AD48C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 44.82%

R = 38.96%
G = 16.22%
B = 44.82%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD48C7 (or 0xAD48C7) is known color: Medium Orchid. HEX triplet: AD, 48 and C7. RGB value is (173,72,199). Sum of RGB (Red+Green+Blue) = 173+72+199=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 199 - color contains mainly: blue. Hex color #AD48C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD48C7 is #52B738. Grayscale: #747474. Windows color (decimal): -5420857 or 13060269. OLE color: 13060269.

HSL color Cylindrical-coordinate representation of color #AD48C7: hue angle of 287.72º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD48C7 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 72 199 -
CMYK 0.13 0.64 0 0.22
HSL 287.72º 0.53% 0.53% -
HSV(B) 287.72º 0.64% 0.78% -
XYZ 29.86 17.64 55.86 -
YUV 116.68 174.46 168.17 -
System Red Green Blue C M Y K H S L
Decimal 173 72 199 0.13 0.64 0 0.22 287.72 0.53 0.53
Hex AD 48 C7 D 40 0 16 120 35 35
Octal 255 110 307 15 100 0 26 440 65 65
Binary 10101101 1001000 11000111 1101 1000000 0 10110 100100000 110101 110101

Color Harmonies of #AD48C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD48C7

Black with #AD48C7

Text Example


Text Example

White with #AD48C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD48C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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