Html Css Color HEX #AD48F6 Medium Orchid

📋 copy color: '#AD48F6'

red 173 ◦ green 72 ◦ blue 246

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

Shades of Medium Orchid #AD48F6

Tints of Medium Orchid #AD48F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.1%

R = 35.23%
G = 14.66%
B = 50.1%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD48F6 (or 0xAD48F6) is known color: Medium Orchid. HEX triplet: AD, 48 and F6. RGB value is (173,72,246). Sum of RGB (Red+Green+Blue) = 173+72+246=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD48F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD48F6 is #52B709. Grayscale: #797979. Windows color (decimal): -5420810 or 16140461. OLE color: 16140461.

HSL color Cylindrical-coordinate representation of color #AD48F6: hue angle of 274.83º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD48F6 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 72 246 -
CMYK 0.30 0.71 0 0.04
HSL 274.83º 0.91% 0.62% -
HSV(B) 274.83º 0.71% 0.96% -
XYZ 36.19 20.17 89.18 -
YUV 122.04 197.96 164.35 -
System Red Green Blue C M Y K H S L
Decimal 173 72 246 0.30 0.71 0 0.04 274.83 0.91 0.62
Hex AD 48 F6 1E 47 0 4 113 5B 3E
Octal 255 110 366 36 107 0 4 423 133 76
Binary 10101101 1001000 11110110 11110 1000111 0 100 100010011 1011011 111110

Color Harmonies of #AD48F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD48F6

Black with #AD48F6

Text Example


Text Example

White with #AD48F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD48F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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