Html Css Color HEX #AD4AC1 Medium Orchid

📋 copy color: '#AD4AC1'

red 173 ◦ green 74 ◦ blue 193

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

Shades of Medium Orchid #AD4AC1

Tints of Medium Orchid #AD4AC1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.82%

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 39.32%
G = 16.82%
B = 43.86%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AD4AC1 (or 0xAD4AC1) is known color: Medium Orchid. HEX triplet: AD, 4A and C1. RGB value is (173,74,193). Sum of RGB (Red+Green+Blue) = 173+74+193=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD4AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4AC1 is #52B53E. Grayscale: #747474. Windows color (decimal): -5420351 or 12667565. OLE color: 12667565.

HSL color Cylindrical-coordinate representation of color #AD4AC1: hue angle of 289.92º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4AC1 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 74 193 -
CMYK 0.10 0.62 0 0.24
HSL 289.92º 0.49% 0.52% -
HSV(B) 289.92º 0.62% 0.76% -
XYZ 29.31 17.63 52.31 -
YUV 117.17 170.8 167.82 -
System Red Green Blue C M Y K H S L
Decimal 173 74 193 0.10 0.62 0 0.24 289.92 0.49 0.52
Hex AD 4A C1 A 3E 0 18 122 31 34
Octal 255 112 301 12 76 0 30 442 61 64
Binary 10101101 1001010 11000001 1010 111110 0 11000 100100010 110001 110100

Color Harmonies of #AD4AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AC1

Black with #AD4AC1

Text Example


Text Example

White with #AD4AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AC1; }

 p { color: rgb(173,74,193); }

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

background-color css

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

 a { background-color: rgb(173,74,193); }

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

border-color css

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

 span { border-color: rgb(173,74,193); }

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