Html Css Color HEX #AD58F7 Medium Orchid

📋 copy color: '#AD58F7'

red 173 ◦ green 88 ◦ blue 247

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

Shades of Medium Orchid #AD58F7

Tints of Medium Orchid #AD58F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.62%

R = 34.06%
G = 17.32%
B = 48.62%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD58F7 (or 0xAD58F7) is known color: Medium Orchid. HEX triplet: AD, 58 and F7. RGB value is (173,88,247). Sum of RGB (Red+Green+Blue) = 173+88+247=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 88 (34.77% from 255 or 17.32% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD58F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58F7 is #52A708. Grayscale: #828282. Windows color (decimal): -5416713 or 16210093. OLE color: 16210093.

HSL color Cylindrical-coordinate representation of color #AD58F7: hue angle of 272.08º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD58F7 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 88 247 -
CMYK 0.30 0.64 0 0.03
HSL 272.08º 0.91% 0.66% -
HSV(B) 272.08º 0.64% 0.97% -
XYZ 37.51 22.58 90.38 -
YUV 131.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 173 88 247 0.30 0.64 0 0.03 272.08 0.91 0.66
Hex AD 58 F7 1E 40 0 3 110 5B 42
Octal 255 130 367 36 100 0 3 420 133 102
Binary 10101101 1011000 11110111 11110 1000000 0 11 100010000 1011011 1000010

Color Harmonies of #AD58F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58F7

Black with #AD58F7

Text Example


Text Example

White with #AD58F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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