Html Css Color HEX #AD4AC9 Medium Orchid

📋 copy color: '#AD4AC9'

red 173 ◦ green 74 ◦ blue 201

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

Shades of Medium Orchid #AD4AC9

Tints of Medium Orchid #AD4AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.87%

R = 38.62%
G = 16.52%
B = 44.87%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD4AC9 (or 0xAD4AC9) is known color: Medium Orchid. HEX triplet: AD, 4A and C9. RGB value is (173,74,201). Sum of RGB (Red+Green+Blue) = 173+74+201=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD4AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4AC9 is #52B536. Grayscale: #757575. Windows color (decimal): -5420343 or 13191853. OLE color: 13191853.

HSL color Cylindrical-coordinate representation of color #AD4AC9: hue angle of 286.77º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4AC9 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 74 201 -
CMYK 0.14 0.63 0 0.21
HSL 286.77º 0.54% 0.54% -
HSV(B) 286.77º 0.63% 0.79% -
XYZ 30.22 18 57.14 -
YUV 118.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 173 74 201 0.14 0.63 0 0.21 286.77 0.54 0.54
Hex AD 4A C9 E 3F 0 15 11F 36 36
Octal 255 112 311 16 77 0 25 437 66 66
Binary 10101101 1001010 11001001 1110 111111 0 10101 100011111 110110 110110

Color Harmonies of #AD4AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AC9

Black with #AD4AC9

Text Example


Text Example

White with #AD4AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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