Html Css Color HEX #AD5EE4 Medium Orchid

📋 copy color: '#AD5EE4'

red 173 ◦ green 94 ◦ blue 228

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

Shades of Medium Orchid #AD5EE4

Tints of Medium Orchid #AD5EE4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.99%

 BLUE value IS 228 (89.45% from 255) = 46.06%

R = 34.95%
G = 18.99%
B = 46.06%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AD5EE4 (or 0xAD5EE4) is known color: Medium Orchid. HEX triplet: AD, 5E and E4. RGB value is (173,94,228). Sum of RGB (Red+Green+Blue) = 173+94+228=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #AD5EE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EE4 is #52A11B. Grayscale: #848484. Windows color (decimal): -5415196 or 14966445. OLE color: 14966445.

HSL color Cylindrical-coordinate representation of color #AD5EE4: hue angle of 275.37º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5EE4 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 94 228 -
CMYK 0.24 0.59 0 0.11
HSL 275.37º 0.71% 0.63% -
HSV(B) 275.37º 0.59% 0.89% -
XYZ 35.24 22.49 75.88 -
YUV 132.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 173 94 228 0.24 0.59 0 0.11 275.37 0.71 0.63
Hex AD 5E E4 18 3B 0 B 113 47 3F
Octal 255 136 344 30 73 0 13 423 107 77
Binary 10101101 1011110 11100100 11000 111011 0 1011 100010011 1000111 111111

Color Harmonies of #AD5EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5EE4

Black with #AD5EE4

Text Example


Text Example

White with #AD5EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5EE4; }

 p { color: rgb(173,94,228); }

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

background-color css

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

 a { background-color: rgb(173,94,228); }

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

border-color css

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

 span { border-color: rgb(173,94,228); }

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