Html Css Color HEX #AD58FE Medium Orchid

📋 copy color: '#AD58FE'

red 173 ◦ green 88 ◦ blue 254

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

Shades of Medium Orchid #AD58FE

Tints of Medium Orchid #AD58FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 33.59%
G = 17.09%
B = 49.32%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AD58FE (or 0xAD58FE) is known color: Medium Orchid. HEX triplet: AD, 58 and FE. RGB value is (173,88,254). Sum of RGB (Red+Green+Blue) = 173+88+254=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD58FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58FE is #52A701. Grayscale: #838383. Windows color (decimal): -5416706 or 16668845. OLE color: 16668845.

HSL color Cylindrical-coordinate representation of color #AD58FE: hue angle of 270.72º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD58FE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 88 254 -
CMYK 0.32 0.65 0 0.00
HSL 270.72º 0.99% 0.67% -
HSV(B) 270.72º 0.65% 1% -
XYZ 38.61 23.02 96.17 -
YUV 132.34 196.66 157 -
System Red Green Blue C M Y K H S L
Decimal 173 88 254 0.32 0.65 0 0.00 270.72 0.99 0.67
Hex AD 58 FE 20 41 0 0 10F 63 43
Octal 255 130 376 40 101 0 0 417 143 103
Binary 10101101 1011000 11111110 100000 1000001 0 0 100001111 1100011 1000011

Color Harmonies of #AD58FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58FE

Black with #AD58FE

Text Example


Text Example

White with #AD58FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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