Html Css Color HEX #AD48EA Medium Orchid

📋 copy color: '#AD48EA'

red 173 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #AD48EA

Tints of Medium Orchid #AD48EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.85%

R = 36.12%
G = 15.03%
B = 48.85%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD48EA (or 0xAD48EA) is known color: Medium Orchid. HEX triplet: AD, 48 and EA. RGB value is (173,72,234). Sum of RGB (Red+Green+Blue) = 173+72+234=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD48EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD48EA is #52B715. Grayscale: #787878. Windows color (decimal): -5420822 or 15354029. OLE color: 15354029.

HSL color Cylindrical-coordinate representation of color #AD48EA: hue angle of 277.41º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD48EA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 72 234 -
CMYK 0.26 0.69 0 0.08
HSL 277.41º 0.79% 0.6% -
HSV(B) 277.41º 0.69% 0.92% -
XYZ 34.4 19.46 79.78 -
YUV 120.67 191.96 165.33 -
System Red Green Blue C M Y K H S L
Decimal 173 72 234 0.26 0.69 0 0.08 277.41 0.79 0.6
Hex AD 48 EA 1A 45 0 8 115 4F 3C
Octal 255 110 352 32 105 0 10 425 117 74
Binary 10101101 1001000 11101010 11010 1000101 0 1000 100010101 1001111 111100

Color Harmonies of #AD48EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD48EA

Black with #AD48EA

Text Example


Text Example

White with #AD48EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD48EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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