Html Css Color HEX #AD58F2 Medium Orchid

📋 copy color: '#AD58F2'

red 173 ◦ green 88 ◦ blue 242

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

Shades of Medium Orchid #AD58F2

Tints of Medium Orchid #AD58F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.11%

R = 34.39%
G = 17.5%
B = 48.11%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD58F2 (or 0xAD58F2) is known color: Medium Orchid. HEX triplet: AD, 58 and F2. RGB value is (173,88,242). Sum of RGB (Red+Green+Blue) = 173+88+242=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD58F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD58F2 is #52A70D. Grayscale: #828282. Windows color (decimal): -5416718 or 15882413. OLE color: 15882413.

HSL color Cylindrical-coordinate representation of color #AD58F2: hue angle of 273.12º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD58F2 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 88 242 -
CMYK 0.29 0.64 0 0.05
HSL 273.12º 0.86% 0.65% -
HSV(B) 273.12º 0.64% 0.95% -
XYZ 36.75 22.27 86.37 -
YUV 130.97 190.66 157.98 -
System Red Green Blue C M Y K H S L
Decimal 173 88 242 0.29 0.64 0 0.05 273.12 0.86 0.65
Hex AD 58 F2 1D 40 0 5 111 56 41
Octal 255 130 362 35 100 0 5 421 126 101
Binary 10101101 1011000 11110010 11101 1000000 0 101 100010001 1010110 1000001

Color Harmonies of #AD58F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58F2

Black with #AD58F2

Text Example


Text Example

White with #AD58F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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