Html Css Color HEX #AD4AED Medium Orchid

📋 copy color: '#AD4AED'

red 173 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #AD4AED

Tints of Medium Orchid #AD4AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.29%

 BLUE value IS 237 (92.97% from 255) = 48.97%

R = 35.74%
G = 15.29%
B = 48.97%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD4AED (or 0xAD4AED) is known color: Medium Orchid. HEX triplet: AD, 4A and ED. RGB value is (173,74,237). Sum of RGB (Red+Green+Blue) = 173+74+237=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AED is #52B512. Grayscale: #797979. Windows color (decimal): -5420307 or 15551149. OLE color: 15551149.

HSL color Cylindrical-coordinate representation of color #AD4AED: hue angle of 276.44º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4AED is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 74 237 -
CMYK 0.27 0.69 0 0.07
HSL 276.44º 0.82% 0.61% -
HSV(B) 276.44º 0.69% 0.93% -
XYZ 34.97 19.9 82.12 -
YUV 122.18 192.8 164.25 -
System Red Green Blue C M Y K H S L
Decimal 173 74 237 0.27 0.69 0 0.07 276.44 0.82 0.61
Hex AD 4A ED 1B 45 0 7 114 52 3D
Octal 255 112 355 33 105 0 7 424 122 75
Binary 10101101 1001010 11101101 11011 1000101 0 111 100010100 1010010 111101

Color Harmonies of #AD4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AED

Black with #AD4AED

Text Example


Text Example

White with #AD4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AED; }

 p { color: rgb(173,74,237); }

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

background-color css

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

 a { background-color: rgb(173,74,237); }

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

border-color css

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

 span { border-color: rgb(173,74,237); }

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