Html Css Color HEX #AD48FF Medium Orchid

📋 copy color: '#AD48FF'

red 173 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #AD48FF

Tints of Medium Orchid #AD48FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 34.6%
G = 14.4%
B = 51%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD48FF (or 0xAD48FF) is known color: Medium Orchid. HEX triplet: AD, 48 and FF. RGB value is (173,72,255). Sum of RGB (Red+Green+Blue) = 173+72+255=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD48FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD48FF is #52B700. Grayscale: #7A7A7A. Windows color (decimal): -5420801 or 16730285. OLE color: 16730285.

HSL color Cylindrical-coordinate representation of color #AD48FF: hue angle of 273.11º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD48FF is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 72 255 -
CMYK 0.32 0.72 0 0
HSL 273.11º 1% 0.64% -
HSV(B) 273.11º 0.72% 1% -
XYZ 37.6 20.74 96.63 -
YUV 123.06 202.46 163.62 -
System Red Green Blue C M Y K H S L
Decimal 173 72 255 0.32 0.72 0 0 273.11 1 0.64
Hex AD 48 FF 20 48 0 0 111 64 40
Octal 255 110 377 40 110 0 0 421 144 100
Binary 10101101 1001000 11111111 100000 1001000 0 0 100010001 1100100 1000000

Color Harmonies of #AD48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD48FF

Black with #AD48FF

Text Example


Text Example

White with #AD48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD48FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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