Html Css Color HEX #AD4ACE Medium Orchid

📋 copy color: '#AD4ACE'

red 173 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #AD4ACE

Tints of Medium Orchid #AD4ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 38.19%
G = 16.34%
B = 45.47%

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

#AD4ACE (or 0xAD4ACE) is known color: Medium Orchid. HEX triplet: AD, 4A and CE. RGB value is (173,74,206). Sum of RGB (Red+Green+Blue) = 173+74+206=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD4ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4ACE is #52B531. Grayscale: #767676. Windows color (decimal): -5420338 or 13519533. OLE color: 13519533.

HSL color Cylindrical-coordinate representation of color #AD4ACE: hue angle of 285º degrees, saturation: 0.57, 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 #AD4ACE is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 74 206 -
CMYK 0.16 0.64 0 0.19
HSL 285º 0.57% 0.55% -
HSV(B) 285º 0.64% 0.81% -
XYZ 30.82 18.24 60.29 -
YUV 118.65 177.3 166.77 -
System Red Green Blue C M Y K H S L
Decimal 173 74 206 0.16 0.64 0 0.19 285 0.57 0.55
Hex AD 4A CE 10 40 0 13 11D 39 37
Octal 255 112 316 20 100 0 23 435 71 67
Binary 10101101 1001010 11001110 10000 1000000 0 10011 100011101 111001 110111

Color Harmonies of #AD4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4ACE

Black with #AD4ACE

Text Example


Text Example

White with #AD4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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