Html Css Color HEX #AD61EC Medium Orchid

📋 copy color: '#AD61EC'

red 173 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #AD61EC

Tints of Medium Orchid #AD61EC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.17%

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

R = 34.19%
G = 19.17%
B = 46.64%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD61EC (or 0xAD61EC) is known color: Medium Orchid. HEX triplet: AD, 61 and EC. RGB value is (173,97,236). Sum of RGB (Red+Green+Blue) = 173+97+236=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD61EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD61EC is #529E13. Grayscale: #878787. Windows color (decimal): -5414420 or 15491501. OLE color: 15491501.

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

Color convert

RGB 173 97 236 -
CMYK 0.27 0.59 0 0.07
HSL 272.81º 0.79% 0.65% -
HSV(B) 272.81º 0.59% 0.93% -
XYZ 36.65 23.49 81.96 -
YUV 135.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 173 97 236 0.27 0.59 0 0.07 272.81 0.79 0.65
Hex AD 61 EC 1B 3B 0 7 111 4F 41
Octal 255 141 354 33 73 0 7 421 117 101
Binary 10101101 1100001 11101100 11011 111011 0 111 100010001 1001111 1000001

Color Harmonies of #AD61EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD61EC

Black with #AD61EC

Text Example


Text Example

White with #AD61EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD61EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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