Html Css Color HEX #AD4AEC Medium Orchid

📋 copy color: '#AD4AEC'

red 173 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #AD4AEC

Tints of Medium Orchid #AD4AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.86%

R = 35.82%
G = 15.32%
B = 48.86%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD4AEC (or 0xAD4AEC) is known color: Medium Orchid. HEX triplet: AD, 4A and EC. RGB value is (173,74,236). Sum of RGB (Red+Green+Blue) = 173+74+236=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD4AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD4AEC is #52B513. Grayscale: #797979. Windows color (decimal): -5420308 or 15485613. OLE color: 15485613.

HSL color Cylindrical-coordinate representation of color #AD4AEC: hue angle of 276.67º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4AEC is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 74 236 -
CMYK 0.27 0.69 0 0.07
HSL 276.67º 0.81% 0.61% -
HSV(B) 276.67º 0.69% 0.93% -
XYZ 34.82 19.84 81.35 -
YUV 122.07 192.3 164.33 -
System Red Green Blue C M Y K H S L
Decimal 173 74 236 0.27 0.69 0 0.07 276.67 0.81 0.61
Hex AD 4A EC 1B 45 0 7 115 51 3D
Octal 255 112 354 33 105 0 7 425 121 75
Binary 10101101 1001010 11101100 11011 1000101 0 111 100010101 1010001 111101

Color Harmonies of #AD4AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4AEC

Black with #AD4AEC

Text Example


Text Example

White with #AD4AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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