Html Css Color HEX #AD4AE7 Medium Orchid

📋 copy color: '#AD4AE7'

red 173 ◦ green 74 ◦ blue 231

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

Shades of Medium Orchid #AD4AE7

Tints of Medium Orchid #AD4AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.33%

R = 36.19%
G = 15.48%
B = 48.33%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD4AE7 (or 0xAD4AE7) is known color: Medium Orchid. HEX triplet: AD, 4A and E7. RGB value is (173,74,231). Sum of RGB (Red+Green+Blue) = 173+74+231=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD4AE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AE7 is #52B518. Grayscale: #787878. Windows color (decimal): -5420313 or 15157933. OLE color: 15157933.

HSL color Cylindrical-coordinate representation of color #AD4AE7: hue angle of 277.83º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4AE7 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 74 231 -
CMYK 0.25 0.68 0 0.09
HSL 277.83º 0.77% 0.6% -
HSV(B) 277.83º 0.68% 0.91% -
XYZ 34.11 19.55 77.58 -
YUV 121.5 189.8 164.73 -
System Red Green Blue C M Y K H S L
Decimal 173 74 231 0.25 0.68 0 0.09 277.83 0.77 0.6
Hex AD 4A E7 19 44 0 9 116 4D 3C
Octal 255 112 347 31 104 0 11 426 115 74
Binary 10101101 1001010 11100111 11001 1000100 0 1001 100010110 1001101 111100

Color Harmonies of #AD4AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AE7

Black with #AD4AE7

Text Example


Text Example

White with #AD4AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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