Html Css Color HEX #AD58FB Medium Orchid

📋 copy color: '#AD58FB'

red 173 ◦ green 88 ◦ blue 251

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

Shades of Medium Orchid #AD58FB

Tints of Medium Orchid #AD58FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 33.79%
G = 17.19%
B = 49.02%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD58FB (or 0xAD58FB) is known color: Medium Orchid. HEX triplet: AD, 58 and FB. RGB value is (173,88,251). Sum of RGB (Red+Green+Blue) = 173+88+251=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 88 (34.77% from 255 or 17.19% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD58FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58FB is #52A704. Grayscale: #838383. Windows color (decimal): -5416709 or 16472237. OLE color: 16472237.

HSL color Cylindrical-coordinate representation of color #AD58FB: hue angle of 271.29º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD58FB is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 88 251 -
CMYK 0.31 0.65 0 0.02
HSL 271.29º 0.95% 0.66% -
HSV(B) 271.29º 0.65% 0.98% -
XYZ 38.14 22.83 93.66 -
YUV 132 195.16 157.25 -
System Red Green Blue C M Y K H S L
Decimal 173 88 251 0.31 0.65 0 0.02 271.29 0.95 0.66
Hex AD 58 FB 1F 41 0 2 10F 5F 42
Octal 255 130 373 37 101 0 2 417 137 102
Binary 10101101 1011000 11111011 11111 1000001 0 10 100001111 1011111 1000010

Color Harmonies of #AD58FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58FB

Black with #AD58FB

Text Example


Text Example

White with #AD58FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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