Html Css Color HEX #AD45C4 Medium Orchid

📋 copy color: '#AD45C4'

red 173 ◦ green 69 ◦ blue 196

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

Shades of Medium Orchid #AD45C4

Tints of Medium Orchid #AD45C4

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.75%

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

R = 39.5%
G = 15.75%
B = 44.75%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD45C4 (or 0xAD45C4) is known color: Medium Orchid. HEX triplet: AD, 45 and C4. RGB value is (173,69,196). Sum of RGB (Red+Green+Blue) = 173+69+196=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD45C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45C4 is #52BA3B. Grayscale: #727272. Windows color (decimal): -5421628 or 12862893. OLE color: 12862893.

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

Color convert

RGB 173 69 196 -
CMYK 0.12 0.65 0 0.23
HSL 289.13º 0.52% 0.52% -
HSV(B) 289.13º 0.65% 0.77% -
XYZ 29.33 17.13 53.98 -
YUV 114.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 173 69 196 0.12 0.65 0 0.23 289.13 0.52 0.52
Hex AD 45 C4 C 41 0 17 121 34 34
Octal 255 105 304 14 101 0 27 441 64 64
Binary 10101101 1000101 11000100 1100 1000001 0 10111 100100001 110100 110100

Color Harmonies of #AD45C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD45C4

Black with #AD45C4

Text Example


Text Example

White with #AD45C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD45C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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