Html Css Color HEX #AD4AC0 Medium Orchid

📋 copy color: '#AD4AC0'

red 173 ◦ green 74 ◦ blue 192

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

Shades of Medium Orchid #AD4AC0

Tints of Medium Orchid #AD4AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 39.41%
G = 16.86%
B = 43.74%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD4AC0 (or 0xAD4AC0) is known color: Medium Orchid. HEX triplet: AD, 4A and C0. RGB value is (173,74,192). Sum of RGB (Red+Green+Blue) = 173+74+192=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 74 (29.30% from 255 or 16.86% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD4AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4AC0 is #52B53F. Grayscale: #747474. Windows color (decimal): -5420352 or 12602029. OLE color: 12602029.

HSL color Cylindrical-coordinate representation of color #AD4AC0: hue angle of 290.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4AC0 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 74 192 -
CMYK 0.10 0.61 0 0.25
HSL 290.34º 0.48% 0.52% -
HSV(B) 290.34º 0.61% 0.75% -
XYZ 29.2 17.59 51.73 -
YUV 117.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 173 74 192 0.10 0.61 0 0.25 290.34 0.48 0.52
Hex AD 4A C0 A 3D 0 19 122 30 34
Octal 255 112 300 12 75 0 31 442 60 64
Binary 10101101 1001010 11000000 1010 111101 0 11001 100100010 110000 110100

Color Harmonies of #AD4AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AC0

Black with #AD4AC0

Text Example


Text Example

White with #AD4AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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