Html Css Color HEX #AD4ACF Medium Orchid

📋 copy color: '#AD4ACF'

red 173 ◦ green 74 ◦ blue 207

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

Shades of Medium Orchid #AD4ACF

Tints of Medium Orchid #AD4ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 38.11%
G = 16.3%
B = 45.59%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD4ACF (or 0xAD4ACF) is known color: Medium Orchid. HEX triplet: AD, 4A and CF. RGB value is (173,74,207). Sum of RGB (Red+Green+Blue) = 173+74+207=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD4ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ACF is #52B530. Grayscale: #767676. Windows color (decimal): -5420337 or 13585069. OLE color: 13585069.

HSL color Cylindrical-coordinate representation of color #AD4ACF: hue angle of 284.66º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4ACF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 74 207 -
CMYK 0.16 0.64 0 0.19
HSL 284.66º 0.58% 0.55% -
HSV(B) 284.66º 0.64% 0.81% -
XYZ 30.94 18.29 60.93 -
YUV 118.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 173 74 207 0.16 0.64 0 0.19 284.66 0.58 0.55
Hex AD 4A CF 10 40 0 13 11D 3A 37
Octal 255 112 317 20 100 0 23 435 72 67
Binary 10101101 1001010 11001111 10000 1000000 0 10011 100011101 111010 110111

Color Harmonies of #AD4ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4ACF

Black with #AD4ACF

Text Example


Text Example

White with #AD4ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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