Html Css Color HEX #AD58C4 Medium Orchid

📋 copy color: '#AD58C4'

red 173 ◦ green 88 ◦ blue 196

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

Shades of Medium Orchid #AD58C4

Tints of Medium Orchid #AD58C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.89%

R = 37.86%
G = 19.26%
B = 42.89%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD58C4 (or 0xAD58C4) is known color: Medium Orchid. HEX triplet: AD, 58 and C4. RGB value is (173,88,196). Sum of RGB (Red+Green+Blue) = 173+88+196=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 196 (76.95% from 255 or 42.89% from 457); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD58C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD58C4 is #52A73B. Grayscale: #7D7D7D. Windows color (decimal): -5416764 or 12867757. OLE color: 12867757.

HSL color Cylindrical-coordinate representation of color #AD58C4: hue angle of 287.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD58C4 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 88 196 -
CMYK 0.12 0.55 0 0.23
HSL 287.22º 0.48% 0.56% -
HSV(B) 287.22º 0.55% 0.77% -
XYZ 30.69 19.85 54.44 -
YUV 125.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 173 88 196 0.12 0.55 0 0.23 287.22 0.48 0.56
Hex AD 58 C4 C 37 0 17 11F 30 38
Octal 255 130 304 14 67 0 27 437 60 70
Binary 10101101 1011000 11000100 1100 110111 0 10111 100011111 110000 111000

Color Harmonies of #AD58C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD58C4

Black with #AD58C4

Text Example


Text Example

White with #AD58C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD58C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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