Html Css Color HEX #AD58E7 Medium Orchid

📋 copy color: '#AD58E7'

red 173 ◦ green 88 ◦ blue 231

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

Shades of Medium Orchid #AD58E7

Tints of Medium Orchid #AD58E7

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.89%

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

R = 35.16%
G = 17.89%
B = 46.95%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD58E7 (or 0xAD58E7) is known color: Medium Orchid. HEX triplet: AD, 58 and E7. RGB value is (173,88,231). Sum of RGB (Red+Green+Blue) = 173+88+231=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD58E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58E7 is #52A718. Grayscale: #818181. Windows color (decimal): -5416729 or 15161517. OLE color: 15161517.

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

Color convert

RGB 173 88 231 -
CMYK 0.25 0.62 0 0.09
HSL 275.66º 0.75% 0.63% -
HSV(B) 275.66º 0.62% 0.91% -
XYZ 35.15 21.63 77.92 -
YUV 129.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 173 88 231 0.25 0.62 0 0.09 275.66 0.75 0.63
Hex AD 58 E7 19 3E 0 9 114 4B 3F
Octal 255 130 347 31 76 0 11 424 113 77
Binary 10101101 1011000 11100111 11001 111110 0 1001 100010100 1001011 111111

Color Harmonies of #AD58E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58E7

Black with #AD58E7

Text Example


Text Example

White with #AD58E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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