Html Css Color HEX #AD58DA Medium Orchid

📋 copy color: '#AD58DA'

red 173 ◦ green 88 ◦ blue 218

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

Shades of Medium Orchid #AD58DA

Tints of Medium Orchid #AD58DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 36.12%
G = 18.37%
B = 45.51%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD58DA (or 0xAD58DA) is known color: Medium Orchid. HEX triplet: AD, 58 and DA. RGB value is (173,88,218). Sum of RGB (Red+Green+Blue) = 173+88+218=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD58DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58DA is #52A725. Grayscale: #7F7F7F. Windows color (decimal): -5416742 or 14309549. OLE color: 14309549.

HSL color Cylindrical-coordinate representation of color #AD58DA: hue angle of 279.23º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD58DA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 88 218 -
CMYK 0.21 0.60 0 0.15
HSL 279.23º 0.64% 0.6% -
HSV(B) 279.23º 0.6% 0.85% -
XYZ 33.38 20.93 68.61 -
YUV 128.24 178.66 159.93 -
System Red Green Blue C M Y K H S L
Decimal 173 88 218 0.21 0.60 0 0.15 279.23 0.64 0.6
Hex AD 58 DA 15 3C 0 F 117 40 3C
Octal 255 130 332 25 74 0 17 427 100 74
Binary 10101101 1011000 11011010 10101 111100 0 1111 100010111 1000000 111100

Color Harmonies of #AD58DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58DA

Black with #AD58DA

Text Example


Text Example

White with #AD58DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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